--- In lpc2000@yahoogroups.com, "zizahum" <zizahum@y...> wrote: > I use PLC2106 for my project, and have to store some data into > emulated EEPROM in flah using IAP. But I am not so shure about how > does IAP operations works and manual is lack of informations about > that. The thing I don't understand if I want to erase one sector (8 > k) will my program be able to continue, or I have to wait that IAP > operation finishes. I have the same question about write operation. You have to wait. The IAP calls don't return until the operations are complete. You even have to disable all interrupts when calling IAP functions for programming or erasure, unless you relocate all interrupt handler code and data, including the vector area, to RAM. This relocation is rather tricky. Karl Olsen
Message
Re: IAP timout
2005-08-18 by Karl Olsen
Attachments
- No local attachments were found for this message.