??? 07/21/11 19:57 Read: times |
#182966 - MOVX or MOVC is fairly similar Responding to: ???'s previous message |
Reading a parallel eeprom or using the internal flash is going to be pretty fast.
You do not need to use the IAP for reading. However, erasing a whole block of flash and writing new contents will take longer via IAP. Check the NXP data sheet. I expect the write time of a flash page will be about the same as the 93C46. But you will take some time to set up the IAP calls. Quite honestly, I would choose an MCU with proper eeprom in the first place. David. |