2023-03-08 05:13 PM
We would need to implement Secureboot & secure FW upgrade feature in one project.
I find both STM32G0B0CE and STM32G0B1RET6 not support RNG.
But the blow link shows they both support Secureboot
My question:
Whether G0x0 and G0x1 could support secureboot & upgrade features?
If not, whether you have any prefer mcu chips, pin to pin compatible preferred, for our new selection?
BRs,
Carlos
Solved! Go to Solution.
2023-03-08 08:10 PM
Hello @Carlos.K,
Some STM32G0x1 such as STM32G0C1 embed AES and RNG, and support SBSFU features.
Regards,
Ryan
2023-03-08 08:10 PM
Hello @Carlos.K,
Some STM32G0x1 such as STM32G0C1 embed AES and RNG, and support SBSFU features.
Regards,
Ryan
2023-03-08 08:44 PM
Thanks for reply.
Could you tell me how much memory the SFSFU boot should add for the FW application than normal FW?
2023-03-09 02:18 PM
I suggest you take a look at AN5056, which contains integration guidance and detailed memory mapping.
Regards,
Ryan
2023-03-09 05:52 PM
Thanks for your support.