• 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 to flash some pages without erasing others ?
    Hi. We are using Keil uV4 IDE and ULINK2 (and AT91SAM7X512 MCU). We have the following situation/configuration: - Our data is located at the end of the FLASH memory. - Our firmware is located...
  • Page writing to flash
    Hey Guys, I am writing to my micro's flash one byte at a time using that APP note from NXP (AN10342_1), I saw that it is possible to write a page at a time. How do I go about writing a page at a time...
  • Erasing and writing in a sector of flash AM29F160D
    Could some one of you help with the commands to erase and write in a sector of flash AM29F160D. The processor is MC68332. -VIVEK
  • Flash Erase
    hi Is there a chance of code erase in flash during operation of C8051F120 .If so how to prevent it.my code is not working properly during extreme temperature around -40 (i thounght some flash memory...