...
Use “DA/PROV” button (this step is optional, however without password management, this operation will not perform and full regression can't be possible after out from provisioning is not possible after moving to a higher lifecycle state)
Check “Enable provisioning” box
Use “Browse” button to set path to *.obk file, generated by Trusted Package Creator
Press “Ok” button in STM32 Debug authentication tab
...
Press “Ok” button in Memory Protection tab
Check Memory protection Protection Enable box in the Main GUI
...
Now after use “Auto Prog” or “Lock device” button Afterwards use “AUTO PROG” or “Lock Device” buttons in the FlashPro-ARM programmer to put mcu MCU to selected state and perform password management operation.
...
To perform full regression operation is needeed , a *.bin file is needed with a stored password used to genered generate an *.obk file in STM32 the Trusted Package Creator tool , wchich was needeed (The Trusted Package Creator was needed to perform provisioning with the password management operation).
Example of password.bin file is provided in the STM32CubeFW_H5 example. File located in/Projects/NUCLEO-H563ZI/ROT_Provisioning/DA/Config path.
To perform full regression:
Open FlashPro-ARM
Select STM32H563/573 mcuMCU
Open Setup->Memory Protection tab
Go to lifecycle management tab
Use “DA/PROV” button
Check “Enable password” box
Use “Browse” button to set path to *.bin file, with password used to generate *.obk file
Press “Ok” button in STM32 Debug authentication tab
...
Press “Ok” button in Memory Protection tab
Press “Clear locked device” Locked Device” button
After opertion mcu operation completes, the MCU is back to “Open” state.
3. Discover operation
Discover operation allow allows the user to read current mcu MCU state and provisioning status.
To perform the discover operation:
Open FlashPro-ARM
Select STM32H563/573 mcuMCU
Open Setup->Memory Protection tab
Go to lifecycle management tab
Use “Discover” button
In window “Debug Authentication” use “Discover” button to read information from MCU
Device ID- id connected MCU
Life Cycle - current MCU state
Integrity status - provisiong status(0xeaeaeaea mean well provisioned, 0xf5f5f5f5 when provisiong fail, in Open state 0xf5f5f5f5 is normal value)
...