2024-11-06 02:04 PM - edited 2024-11-06 02:05 PM
The STM32U585 chip comes with a pre provisioned device unique public / private key pair which can be used for SFI.
Is there a way to be able to work with this key pair outside of SFI for our own custom use case?
I know that we can export the device certificate from the stm32u585 using cubeprogrammer's getcertificate (-gc) command and this certificate would contain the device unique public key.
Is there an API that allows us to work with the private key? Not looking to export or read the private key, but if I were to encrypt using the public key, is there an API that we could use to decrypt using the device unique private key?