Dual Flash Memory Bank Swap
I want to try dual-bank project in my STM32F429 Board. So I am using Stm32Cube : IAP-LWIP Example for the this project. I am using
0x08000000
address for the BANK1 and also I am using 0x08100000 address for the BANK2.
- When I start the BANK1, than I receive firmware update request from TFTP Client and find which bank active then, I cleaned non-active bank and writing code in BANK2 successfully.
*Then I reset the system and system starting BANK2, when I request again for the update code. BANK1 cleaned successfully . But I can not write code successfully. I have this error:
FLASHIF_WRITINGCTRL_ERROR
