• 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...
  • 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...
  • 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...
  • 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...