• 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
    all, I have implemented a bootloader on C8051F34x, the original bootloader code size was < 2k and the ram size fit inside the 'small' memory model and all was well. Now I am actually working...
  • LPC2389 IAP problems
    Hi, I'm using LPC2378,Fcclk=57.6MHz, Fcco=288MHz. I have 2 problems. Problem 1: Cannot execute two IAP functions at a time. IAP_Command(PREPARE_SECTORS, SECTOR_27, SECTOR_27,0,0); works...