View previous topic :: View next topic |
Author |
Message |
golf Guest
|
eeprom: first address in #rom directive |
Posted: Mon May 26, 2008 6:22 am |
|
|
i'm making a program for the pic18f2550
i must use the #rom directive, to program an initial value in eeprom, which may change
i have been searching in the programming specs for the address to put in the directive; i found id address, program code address, but i couldn't find the eeprom address
do you know which address is the first?
i would like to put something like this:
#rom address={...} |
|
|
Ttelmah Guest
|
|
Posted: Mon May 26, 2008 6:43 am |
|
|
0xF00000
Section 5.5, in the programming data sheet.
Best Wishes |
|
|
golf Guest
|
|
Posted: Mon May 26, 2008 7:14 am |
|
|
found!
maybe i skipped reading this little point
thanks |
|
|
Ttelmah Guest
|
|
Posted: Mon May 26, 2008 8:50 am |
|
|
It is not exactly 'obviously' laid out. Like me, the first time I looked, you probably went to the bit about the EEPROM, expecting to see the address there...
Best Wishes |
|
|
|