• LPC2378 IAP
    I am using LPC2378.While running the In Application Program(IAP) i do have a problem.The IAP is working perfectly.But after Flashing the application using IAP the application program which is flashed...
  • LPC2378 IAP
    I am using LPC2378.While running the In Application Program(IAP) i do have a problem.The IAP is working perfectly.But after Flashing the application using IAP the application program which is flashed...
  • IAP bootloader
    Hello, At the moment,I'm trying to build a In-Application Programming(IAP) bootloader for the T89C51RD2 microcontroller.I've managed to make it work, but for the first programming, you have to load...
  • IAP bootloader
    Hello, At the moment,I'm trying to build a In-Application Programming(IAP) bootloader for the T89C51RD2 microcontroller.I've managed to make it work, but for the first programming, you have to load...
  • 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...