Skip to main content
Associate II
April 17, 2024
Solved

Porting STM32CubeExpansion_Cloud_AWS to STM32H563ZI

  • April 17, 2024
  • 1 reply
  • 1145 views

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

This topic has been closed for replies.
Best answer by Jocelyn RICARD

Hello @ffjunq ,

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

Best regards

Jocelyn

 

1 reply

Jocelyn RICARD
Jocelyn RICARDBest answer
ST Employee
April 17, 2024

Hello @ffjunq ,

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

Best regards

Jocelyn

 

ffjunqAuthor
Associate II
April 17, 2024

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?