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 :
@CRE,
"what is the purpose of the other certificates", in fact this is somehow an intermediate file but that can't be use to reopen the device. As the "chain" is composed of all the needed certificate.Best regards,
Frantz
Dear @CRE
You're right the intermediate certificate purpose is to delegate the capacity to create leaf certificate.This one can't be used to re-open or regress a device.In the MOOC about secure manager we also describe the certificate chain:https://...
Hi @hkoc_poelsan,
In the following MOOC, I explain how to setup RDP without power cycle ( not needed in your case):https://www.youtube.com/watch?v=f7vs0NwZPFo
You have code example how to test and set the option byte. :https://drive.google.com/drive/...
Dear @Heinz_Baumer ,
on the STM32H563, if you do not activate Trustzone, then only password DA is possible ( certificate authentication not available).
When using the password method, only a full regression is possible.
https://www.st.com/resource/en...
Hello @hkoc_poelsan ,if fact Option byte are stored in flash ( not the user flash but in a dedicated location). To program flash, you need first to erase it.When you program option byte, first this location will be erased ( so it's content will be 0...