2022-08-25 02:17 PM
Details in the SECoreBin/readme.txt file for the STM32WB code says that the MCU needs to be booted with PH3-BOOT0 pulled high in order to program the Authentication Key. I can't find any other documentation that indicates that this is true. Does the MCU only need to be booted into System Memory to do this? We haven't gotten far enough with our bootloader design to test the key, but we need to finalize our HW design.
2022-09-02 06:18 AM
Hello,
In order to communicate with FUS (for any command, including programming User Authentication Key), you need to use the mailbox and IPCC system as explained in details in AN5185.
For this, there are 3 ways:
Best Regards