Dear Friends:
I want to write in a 18f1320 a data table. Is there a pbp command to write in memory when programming the chip.?
The DATA @,var works for the eeprom. Any ideas...?
Thanks in advance...
Dear Friends:
I want to write in a 18f1320 a data table. Is there a pbp command to write in memory when programming the chip.?
The DATA @,var works for the eeprom. Any ideas...?
Thanks in advance...
Code Examples... Making Program Code Space your playground... from 18 November 2003.
Thanks Melanie...
I were working with the 18f252,and I load the tables as a INCLUDE xxxx.xxx ,as a asm subroutine. This is limited to 8k of data,(the asm--endasm) , so I had to make groups asm---endasm of 450 words each,until I fill the memory.It was complied OK.,and you can verify the data integrity with the code listing of the serial programmer.
Greetings...
Bookmarks