• Secondary Bootloader IAP Flash Write
    Hi everyone, I hope someone can help me with my problem. I'm writing a secondary bootloader for an lpc2388 that reads the new firmware from external I2C EEPROM (separated into 128byte pages) and...
  • 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...
  • Reading/Writing data to flash with IAP
    I am using the LPC2300 (2378) board. I need to permanently store a variety of settings so that they are available from startup to startup. These are stored in a struct. I have done the following...
  • IAP write/read a Struct
    I have successfully made an IAP write and read call to flash memory with a simple data type like char or int. Now I am trying to do the same with a structure that I have defined. Currently, I simply...
  • Example IAP code not working?
    I am using the IAP for LPC200 example code from the download section. I am trying to get this to work on both my MCB2130 and MCB2140 eval boards. My actual hardware has a LPC2142 on it (the end goal is...