• Flash Bank2 Pages Write / Erase Problem
    Hi! I try to erase Bank2 using this code: //Pages = 0x08080000;//bank2 start adress FLASH_UnlockBank2(); FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_PGERR | FLASH_FLAG_WRPRTERR); FLASH_Status1...
  • How do I erase a byte in Flash for P89C66x without Block Erase?
    Kindly help.. I am using the P89C662 and requires erasing of the Flash which I used a portion to store a lookup table. Th problem is I can only erase in Blocks of 8KBytes or 16KBytes using IAP....
  • How do I know which flash page to erase to subsequently write to it?
    I have been asked to write an application to be able to change some variables during runtime and be able to store them in non-volatile memory (flash). I read the C8051f507 datasheet and the process to...
  • Flash Erase
    Hello, I have stored data sucessfully in flash memory but when I erase to burn a new program, my saved data at a particular location in flash memory also gets erased. I want the data to stay and want...
  • How to load application on to LPC2468 without erasing UBOOT
    Hi, I am using LPC2468 OEM board for my project. The current enviroment settings are ... Development environemt:VMWarePlayer DebianOS Target ARM7 runs on uClinux LPC2468 doesn't support...