How to erase stm32f429 flash sector in dual bank mode?
Posted on March 27, 2015 at 06:38429 has 1M flash and I divide it into two banks using dual bank mode. Each has 512MB. I want to erase sector 15 (0x0808 C000 - 0x0808 FFFF) , but it fails. But if I use single bank mode and erase sector 8 (0x0808 0...