2020-03-30 12:54 AM
I want to use the STM32H750 option byte to store the device UUID (8 bytes) .
But i can't find any good sample on STM32Cube_FW_H7_V1.5.0 or forum .
Thanks
2020-03-30 01:32 AM
You can't, because there are no option bytes without hardwired functions. Consult chapter 4 of the reference manual, it doesn't mention any. All option bytes have some predefined purpose, affecting system boot or memory protection one way or another. Find some other way.