2014-05-09 10:14 AM
I have been reading the ''PM0075'' Programing manual STM32F10xxx Flash memory micro-controllers and I am trying to understand the mass erase feature. In the manual it states:
''Bit 2 MER: Mass eraseErase of all user pageschosen
.''I don't understand how the user pages are selected. I keep reading the descriptions for the different registers and I don't see any where to select such a feature. The only possibility for page exclusion I see is setting the Write protection bits as a way to determine what pages areNOT
to be erased.Also does any one know the time difference between erasing a single page and doing a mass erase. I have read a 1k block will take 20mSec but I have not found any description of a mass erase. #stm322014-05-09 01:55 PM
I have read a 1k block will take 20mSec but I have not found any description of a mass erase.
The DATA SHEET says 1KB Page and Mass Erase take between 20-40 ms, presumably dependent on voltage, temperature, and age.