Question
Possible to avoid FLASH_Erase() stall on stm32f103?
Posted on December 08, 2011 at 20:04
Hi,
I'm using ADC with DMA and periodically erasing the flash pages. But the dma interrupt is not fired while i'm erasing the flash pages. I'm also using a lot of flash constants in my code. Is it possible to avoid flash stall with the given MCU, which has a single bank flash? any help is sincerely appreciated! ted #flash-erase-stall-stm32f103