STM32F091 Flash erase, how long does it take busy to go active?
I'm working on a bootloader which needs to erase and program the Flash. The erase seems to be 'working' but I have a suspicion that I'm not waiting long enough for the 'Busy' bit to go active after setting the 'Start' bit. The reference manual says I need to poll for 'Busy' to go active in the pseudo code, but leaves it to the user to code a timeout. Can anyone give me the timings for the Flash status register as I can't find it in the data sheet?