Porting STM32CubeExpansion_Cloud_AWS to STM32H563ZI
Hello everyone, I hope you are well.
I'm working on a project and one of the requirements is connection to AWS, so I chose to start with the STM32H573I-DK kit, where following the "STM32CubeExpansion_Cloud_AWS_H5_V1.0.0" step by step I managed to connect to AWS, however , the final micro used in the project will be the STM32H563ZI, so migrating the example to this micro, however, when I use "provisioning_auto.bat" at the end of the execution the following error appears in the "provisioning.log":
'
Starting SFI
Processing license...
Get RSSe status...
Processing Image Header
Get RSSe status...
Processing Area 1...
Error: Execution of RSS CMD failed, returned value = 0xBF9F0F0
Error: Failed to Process Area Number 1 of type H
Error: C:\ROT_Provisioning\SM\Binary\SecureManagerPackage.sfi SFI file Install Operation Failure! Please try again.
'
Can anyone help me with how to finalize the port?
thanks in advance
