• LPC2378 iap bootloader
    I want examples lpc2378 bootloader. But I don't understand algorithm. Example of , - First program : open one led testboard.Output:first.hex - Second program : open two led testboard.Output...
  • LPC2378 - writing to FLASH with IAP crashes
    I've written and read from Flash with an LPC2148 without issues. I went to put this code into the LPC2378 and it locks up every time I try to do anything. unsigned char vals[256]; . . . erase (10...
  • 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...