2023-12-06 04:25 PM
Hi,
I am using a stm32h753 controller for my project, in which I need to store public key which could be updated during runtime. Is there any way I could store it inside the controller securely? Also do the stm32h753's flash has OTP? I could not find one in the reference manual.
Aswath
Solved! Go to Solution.
2023-12-06 05:14 PM
The only non-volatile memory available on that chip is the flash. You can store it in a flash page, assuming you have one to devote to that. No OTP on this chip.
2023-12-06 05:14 PM
The only non-volatile memory available on that chip is the flash. You can store it in a flash page, assuming you have one to devote to that. No OTP on this chip.
2023-12-06 07:56 PM
Thanks @TDK for the quick reply.
2023-12-06 08:17 PM
Page 25 says 2KB of user option bytes. Can this be used in someway? I couldn't find memory map address or APIs regarding this.
2023-12-07 06:38 AM
No, they can't be used and are not user accessible. The datasheet should be changed as it's misleading.