Question
Port KMS to STM32H7A3
Hi experts,
I need to implement the storage of a security key (upgradable) on STM32H7A3. After reading the example code of KMS under project B-L475E-IOT01A in x-cube-sbsfu, and a few posts in the forum (KSM support on STMH7 and 2-images-kms-port-to-stm32f756zgtxx ), I have the following questions:
- Can a mcu without firewall, e.g. H7A3, still uses KMS? After comparing the SBSFU code between B-L475E-IOT01A and STM32H7B3I-DK, there are a lot of differences which means major adaptation needs to be done?
- If I use MPU + PCROP level 1 to protect the flash sector which contains the key, how can the key being upgraded?
