• IAP - Prepare/erase work, copy fails
    Using eval board for LPC2370, can use IAP to prepare, erase and blank check sectors 9 and 10. When I try to copy to flash starting at beginning of sector 9 (adress 0x10000 is this case) get "sector not...
  • IAP - Prepare/erase work, copy fails
    Using eval board for LPC2370, can use IAP to prepare, erase and blank check sectors 9 and 10. When I try to copy to flash starting at beginning of sector 9 (adress 0x10000 is this case) get "sector not...
  • Flash Copy Fails with error IAP_CMD_COPY_RAM_TO_FLASH
    Target uP: LPC2364 When copying to Flash, the copy fails if the source address iapCommand[2] points to address 0x7FD00000 range. The same source code succeeds if the source address is in the 0x4000000...
  • Flash Copy Fails with error IAP_CMD_COPY_RAM_TO_FLASH
    Target uP: LPC2364 When copying to Flash, the copy fails if the source address iapCommand[2] points to address 0x7FD00000 range. The same source code succeeds if the source address is in the 0x4000000...
  • Is data retained if copied from RAM to flash memory using IAP?
    I am trying to write a program for an electrical device which needs calibration. The program must calibrate the device and store calibration values. This process is performed in RAM, but I need MCU to...