The STM32H7 products are part of the most powerful STM32 and bring many new features and capabilities. The drawback is the increase of the complexity of the system. Many resources are available on the ST community but also on the net to help you.
The...
What is the STM32 boot process and the system bootloader?Summary
This article provides information about the STM32 boot process. In a first part, it gives you an overview of this process and it presents the different boot modes. In a second part, it...
This is a test, but for this 01.2.3 Prerequisite - STM32Cube MX HAL MOOC , it's not a video and I'm stuck at 1% ... It should be 100%, if open no ? I put a screenshot here :
Hi @CRE ,
please do the provisioning with the DA_Config.obk from the archive attached and then do the regression with the cert_root.b64 from the archive with cubeprogrammer.I would suspect that you've regenerated the root key but haven't regenerated ...
Hello @CRE As you are in provisioning state, you can still doing the provisioning manually.Launch cube programmer GUI, connect in hotplug mode.Then click on the shield, select the DA_config.obk ( from the Cube) and start provisioning.Then you should ...
I would suggest to check code example provided in the CubeFW:STM32Cube_FW_U5_V1.6.0\Projects\NUCLEO-U575ZI-Q\Examples\GPIO\GPIO_IOToggle_TrustZoneIf you still faced an issue please share your complete project.
Hello @Istillaga ,have you set the flash watermark option byte ?
- SECWM1_PSTRT=0x0 SECWM1_PEND=0x7F meaning all 128 pages of Bank1 set as secure
- SECWM2_PSTRT=0x7F SECWM2_PEND=0x0 meaning all 128 pages of Bank2 set as non_secure
Hello @SHm
the flash is probably locked as there is a debug connection in RDP 1. Try to deconnect the debuger and do a power cycle. If you are using an ST board with an embedded STLINK to power the abord insure to remove the mass storage option whic...