• MCB2140- IAP entry Prepare to write Fails
    We are trying to write to the FLASH sectors of the microcontroller. Using simple and straight-forward instructions, the write(51) has repeatedly failed on the LPC2148. The return is code 9: Sector Not...
  • LPC2132 : failed to copy arm to flash with IAP
    I wanted to write a image to flash with IAP. the function like this: typeof IAPCALL (void)iaplocal(int *,int *); IAPCALL iapcall=0x7ffffff1; int cmd[5],ret[3]; cmd[0]=51;//cmd id cmd[1...
  • LPC2387 IAP Flash Erase
    Hey everyone, was hoping someone could help me with something. I'm developing an RTX application for a LPC2387 (currently using the MCB2300) and need to write a char array to flash memory. Learned...
  • Preparing my project for DFUSE
    All, I am trying to prepare my project for DFUSE and I am having some difficulties. I have: * Demonstrated that my firmware upgrade project works by successfully upgrading my DFU enabled device from...
  • Full Chip erased failed
    What could be the problem that I'm not able to erase my chip by clicking Flash > erase? If I select Erase Full Chip within the Flash Download Setup menue (options for target -> utilities) -> I'm...