• Flash sectors in LPC2368
    Hai all; I am doing a project in LPC2368. Here I am using 512k FLASH of LPC2368 for storing some critical (real time) data .I reffered C:\Keil\ARM\Flash\LPC_IAP2_512 for flash programming. ...
  • protecting a sector of flash
    Hi! Is it possible to protect a sector by software to protect important information and unprotect it again in software to read or update this information? I'm using an AMD Flash AM29F200! Thanks...
  • Rewriting internal flash sectors with IAP
    Hello, A colleague of mine needs to maintain the values of variables in non-volatile memory but the only provisions he has is internal flash. He implemented a scheme that uses 7 sectors (LPC1788...
  • Problem erasing sectors ( IAP_EraseSec )
    Hi, I need help. I'm using the IAP, secondary bootloader. I'm having a problem erasing sectors. When I try to erase a sector, it hangs at function " iap_entry(command, result) " in erase function...
  • Problem erasing sectors on onchip lpc2388 flash(512k)
    Hi, I am implementing a secondary bootloader, which updates nxp-application for NXP LPC2388. When I try to erase sectors 15-26 on flash it hangs at function: iap_entry(command, result); and reboots...