• IAP
    Hello Experts, I dont want to duplicate the treads, but may i get some help to solve my problems with IAP. Please refer queries, at http://www.keil.com/forum/docs/thread8148.asp
  • IAP
    I am writing to flash memory of LPC2136. Do I need to erase the segment before writing Because i wrote garbage when i write to Flash after doing segment preparation only. every thing fine If...
  • IAP
    I am trying IAP for LPC2148. I referred its manual.I have written this program, but it is not working. #include <lpc214x.h> #include <stdio.h> #define radd 0x40000100 void hex_asc(unsigned int...
  • IAP loader
    From looking at examples of locating code to produce a loader http://www.keil.com/support/docs/2670.htm I tried userclass and ?pr?func?file(xxxh) and for some reason both of them do not work. I am...
  • IAP issue
    I have been trying IAP mode of operation on an P89V51RD2FN using Keil and flash magic and found a program online but while simulating, the Program counter gets stuck on CALL 01FFh statement. Do I need...