Author |
Message |
Topic: Problem with data and ROM |
Stuart
Replies: 12
Views: 26614
|
Forum: General CCS C Discussion Posted: Tue Aug 12, 2014 2:30 pm Subject: Problem with data and ROM |
Why can't you tell us your compiler version?
Compiler version : PCD Compiler V4.128
Difference between 8022, and 822....
Yes, sorry. My compiler states as well that the addresses are already ... |
Topic: Problem with data and ROM |
Stuart
Replies: 12
Views: 26614
|
Forum: General CCS C Discussion Posted: Tue Aug 12, 2014 12:45 pm Subject: Problem with data and ROM |
I think I have found a solution !
I have to do more tests to make sure that is right.
So, I will come back tomorrow to keep you informed.
Have a nice evening ! |
Topic: Problem with data and ROM |
Stuart
Replies: 12
Views: 26614
|
Forum: General CCS C Discussion Posted: Tue Aug 12, 2014 9:39 am Subject: Problem with data and ROM |
Double keytap. Look at the address, versus what the debugger needs.
According to MPLAB IDE Help, File registers used are :
0x1000-0x101B
0x101C-0x101D
0x101E-0x101F
0x1020-0x1021
0x1022-0x102 ... |
Topic: Problem with data and ROM |
Stuart
Replies: 12
Views: 26614
|
Forum: General CCS C Discussion Posted: Tue Aug 12, 2014 8:41 am Subject: Problem with data and ROM |
I have just tested and gets errors unfortunately.
Executing: "C:\Program Files (x86)\PICC\Ccsc.exe" +FD "main.c" #__DEBUG=1 +ICD +DF +LN +T +A +M +Z +Y=9 +EA I+="C:\Prog ... |
Topic: Problem with data and ROM |
Stuart
Replies: 12
Views: 26614
|
Forum: General CCS C Discussion Posted: Tue Aug 12, 2014 8:27 am Subject: Problem with data and ROM |
Compiler version : PCD Compiler V4.128
Here the file I included for my project (33EP512MU810.h) : http://www.filedropper.com/33ep512mu810
The crystal value needs to match what you have.
Acco ... |
Topic: Problem with data and ROM |
Stuart
Replies: 12
Views: 26614
|
Forum: General CCS C Discussion Posted: Tue Aug 12, 2014 6:58 am Subject: Problem with data and ROM |
Hello Ttelmah,
Thanks for your help, it is very nice.
Alright for the explanation about the architecture of the PIC, I understand better now.
Now, is it that you want to have a lot of such ... |
Topic: Problem with data and ROM |
Stuart
Replies: 12
Views: 26614
|
Forum: General CCS C Discussion Posted: Mon Aug 11, 2014 6:02 am Subject: Problem with data and ROM |
I would like to add :
If you try to simulate with MPLAB SIM, it won't work and you get weird results (MPLAB SIM doesn't work with dsPIC33EP512MU810).
So, if you have some ideas, just tell me and I ... |
Topic: Problem with data and ROM |
Stuart
Replies: 12
Views: 26614
|
Forum: General CCS C Discussion Posted: Mon Aug 11, 2014 4:25 am Subject: Problem with data and ROM |
Hello everyone !
I have got a problem with my code and I would like to know if you can help me to fix it.
I am programming a dsPIC33EP512MU810 with CCS + MPLAB8.92.
My problem is about ROM, CON ... |
|