2024-11-12 07:02 AM
I tried to provision Secure Manager 1.2 to my DK board, and got the following error messages in the provisioning.log:
2024-11-10 15:49:30,796 - root - DEBUG - Error: SFI command is not supported for the current device configuration using STLINK interfaces !
2024-11-10 15:49:30,796 - root - DEBUG - Error: Cannot launch RSSe...
2024-11-10 15:49:30,796 - root - DEBUG -
2024-11-10 15:49:30,796 - root - DEBUG - Error: C:\Users\cbens\STM32Cube\Repository\STM32Cube_FW_H5_V1.3.0\Projects\STM32H573I-DK\ROT_Provisioning\SM\Binary\SecureManagerPackage.sfi SFI file Install Operation Failure! Please, try again.
2024-11-10 15:49:30,796 - root - DEBUG -
Then I booted the DK board in DFU mode, and used the programmer 2.17 to program the sfi, but still failed either "could not connect to the device" if SW1=0, or the following errors if SW1 = 1 (I know according to the instructions it should not be 1.)
17:23:44 : Erasing memory corresponding to segment 0:
17:23:44 : Not flash Memory : No erase done
17:23:44 : Download in Progress:
17:23:45 : File download complete
17:23:45 : Time elapsed during download operation: 00:00:00.111
17:23:45 : Get RSSe status...
17:23:46 : Error: Failed to get RSSe Status!
17:23:46 : Error: Cannot launch RSSe...
All the tools are up to date.
Any suggestions? Someone in the forum mentioned CubeProgrammer 2.18, should I try that version, and where I can download it?
Thank you!
Solved! Go to Solution.
2025-01-31 10:09 AM
Hello @ChangeToH5 ,
Yes, the wiki was not updated for latest version of secure manager unfortunately.
Besides they recommend using programmer V2.18 which does not include RSSe anymore. RSSe is now provided through a separate package.
I'm not sure what happened on your side. Maybe you have flashed the older Secure Manager.
In any case, with X-Cube-SEC-M-H5_V1.2.1 you should use this enc_signed_RSSe_SFI_H5-2M_v3.0.0.0.bin.
Best regards
Jocelyn
2025-01-31 01:55 PM
Thanks for clarifying Secure Manager Package version, I'll find time to give X-Cube-SEC-M-H5_V1.2.1 a try.
Have a great weekend!