??? 07/21/11 21:41 Read: times |
#182968 - the P89LV51RD2 can support this Responding to: ???'s previous message |
well, sort of. The NXP (aka Philips) P89LV51RD2 has code memory blocks that have 128 byte sectors. The IAP function calls (i.e - built-in 'bootrom' code that your application can call) has functions to erase and to program these 128 byte sectors. What you are doing is erasing and re-programming part of the code memory. You will need to use a MOVC instruction to read the contents of this code memory.
|