2014-10-14 08:39 AM
I am trying to figure out a way to secure a small section of user data on the STM32F437, and keep it in place during reflashing the device.
I ideally want to be able to make it so this data is read protected, but the whole device must be able to be updated through a wireless module I have attached to the processor without losing this one particular block of data.Is there any way to achieve this without an external chip to secure the data? #security-read-protection2014-10-14 08:46 AM
Hi
''I ideally want to be able to make it so this data is read protected, but the whole device must be able to be updated'' Do you mean 'read' or 'write' protected? The STM32F4 series can do both : Read protect stops reading the binary out of the device after it has been programed. It to stop people cloning (or reverse engineering) your software. Write protect stops accidental erasing and writing over sectors in the STM32 Flash. Both are set/configured through the 'Option bytes'2014-10-14 09:12 AM
There's Backup RAM and OTP
Anyway sounds like heaps of fun....