cancel
Showing results for 
Search instead for 
Did you mean: 

Porting STM32CubeExpansion_Cloud_AWS to STM32H563ZI

ffjunq
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Jocelyn RICARD
ST Employee

Hello @ffjunq ,

you have no way to use Secure Manager on STM32H563. So no porting of this package is possible

Best regards

Jocelyn

 

View solution in original post

2 REPLIES 2
Jocelyn RICARD
ST Employee

Hello @ffjunq ,

you have no way to use Secure Manager on STM32H563. So no porting of this package is possible

Best regards

Jocelyn

 

Thanks for the quick response @Jocelyn RICARD .

If I change to the stm32H573VI, it has Secure Manager, correct?

Could I use the same "provisioning_auto.bat" script as the example, without having to change it?