How to start with STM32CubeMX Secure Manager on STM32H57

Revision as of 08:52, 7 July 2023 by Registered User
Under construction.png Coming soon


From the STM32CubeMX select the STM32H573xx and start a new project. A prompt will be displayed to choose whether TrustZone will be used. For development using the Secure Manager select "with TrustZone enabled."
Once the '*.ioc' project is saved, go to 'Project Manager' tab to select the boot path settings. the Secure Manager only works with underlying ST-iRoT and ST-uRoT selected. Configure your project in the STM32CubeMX as usual, selecting the peripherals used, assigning pins and configuring the clock tree. When the project is generated, it will have the linker files prepared to fit within the memory range assigned to the application by the Secure Manager.
To be planed when the secure manager is available in CubeMX