Author |
Message |
Topic: dsPIC33 - Quick question about program memory as EEPROM |
matteo
Replies: 11
Views: 19334
|
Forum: General CCS C Discussion Posted: Fri Jun 01, 2012 10:55 am Subject: dsPIC33 - Quick question about program memory as EEPROM |
jeremiah,
Thanks very much for your time and assistance.
1. I was unclear about that. The CCS manual is vague, and the things I saw reading threads didn't explicitly describe it. They would say ... |
Topic: dsPIC33 - Quick question about program memory as EEPROM |
matteo
Replies: 11
Views: 19334
|
Forum: General CCS C Discussion Posted: Thu May 31, 2012 4:16 pm Subject: dsPIC33 - Quick question about program memory as EEPROM |
I'm missing something....
#ORG 0xA900,0xA9FE {}
#define ttval 0xA900
#ROM ttval = {1240}
Then I try to write/read "ttval" again only to see it is unchanged from ... |
Topic: calculate an angle |
matteo
Replies: 1
Views: 3625
|
Forum: General CCS C Discussion Posted: Thu May 31, 2012 2:28 pm Subject: calculate an angle |
Can you post code? |
Topic: read protect question |
matteo
Replies: 4
Views: 5740
|
Forum: General CCS C Discussion Posted: Thu May 31, 2012 2:07 pm Subject: read protect question |
A bulk erase should reset the protection bits but people often have issues reprogramming. |
Topic: dsPIC33 - Quick question about program memory as EEPROM |
matteo
Replies: 11
Views: 19334
|
Forum: General CCS C Discussion Posted: Thu May 31, 2012 12:42 pm Subject: dsPIC33 - Quick question about program memory as EEPROM |
Hi Everyone,
I am having some issues with writing the program memory on a dsPIC33FJ64GS608, others have had the same trouble as I but their fixes have not worked for me.
I'm using PCD 4.121.
... |
|