2016-01-26 07:15 AM
I've recently changed from a F1 to a F2 uC in one of my projects.
In the F1, there were two Bytes (Data0 and Data1) in the option byte register (FLASH_OBR) available for custom use (I used it to save a device address). Now in the F2 this Data Bytes are gone. Can anybody tell me if there's an adaquate replacement for the F2. The OTP registers don't really fit because there's no way to erase it. Thanks for any proposals #option-bytes-f1-f22016-01-26 11:13 PM
Dear Dash,
Read Programming manual PM0059. It explains every thing about Option bytes.2016-01-26 11:54 PM
I've already read the ''Programming manual PM0059'' carefully and as I said, the Data Bytes are gone.
What I can't belive is, that ST just removed the Data Bytes from one family to the other with no adaquate replacement. This doesn't really sustain STs proclamation of easy family migration. Thanks2016-01-27 03:34 AM
Hi Dash,
I don't know your reasons behing choosing F2.But may be it will be more adequate to select F3 instead of F2.STM32F3 devices may be considered as the continuation of STM32F1 ones based on Cortex-M4. And you find there Data1 and Data0 bytes (refer to RM0316 for example).-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.