• Problems erasing main flash
    Hi All, I am working with a uPSD33xx and the Keil C51 toolchain. I am trying to produce a custom bootloader which is capable of IAP but I am having problems controlling flash. The memory...
  • Problems erasing main flash
    Hi All, I am working with a uPSD33xx and the Keil C51 toolchain. I am trying to produce a custom bootloader which is capable of IAP but I am having problems controlling flash. The memory...
  • STM32 flash erase lockup problem
    This is a question to anyone who is expert in IAP programming. I am experimenting with relocating code on a Keil MCBSTM32 board. I have taken the "measure" example and have modified it so that through...
  • STM32 flash erase lockup problem
    This is a question to anyone who is expert in IAP programming. I am experimenting with relocating code on a Keil MCBSTM32 board. I have taken the "measure" example and have modified it so that through...
  • 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...