proyectanteATE
Joined: 02 Feb 2011 Posts: 4
|
Writing in data EEPROM memory in PIC18f4680 |
Posted: Thu Feb 17, 2011 11:33 am |
|
|
Hi everybody!!
I want to write a byte in a position of data EEPROM with #rom int8 0xf003D0 = {0xF1;} but the problem appears to me is "Expecting a declaration".
When I write 8 bytes
#rom int8 0xf003C8={0x02,0x48,0x01,0xAA,0xAA,0xAA,0xAA,0xAA}
I have not any problems.
Then How do I write one or two bytes with #rom?
Thanks!! |
|