cancel
Showing results for 
Search instead for 
Did you mean: 

STSAFE-A crypto chip using X-cube/mbedTLS library example for microprocessor(arm)

PGhul.1
Associate II

Hi Everyone,

We are using STSAFE-A110 chip for secure boot and secure firmware update for STM32G4 MCU, same we need to do for microprocessor(ARM7), we gone through the OpenSSL example provided by ST, we need STSAFE-A crypto chip using X-cube/mbedTLS library example for microprocessor(arm)/ any other solution for secure firmware update for Microprocessor

4 REPLIES 4
Bubbles
ST Employee

Hi @PGhul.1​ ,

SBSFU is a microcontroller code. A microprocessor would probably use an operating system such as Linux that uses different means to achieve secure boot and security.

Try looking at STM32MP1 microprocessor and see if there is some example involving STSAFE element use.

BR,

J

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

@JHOUD​ ,Thank you for your reply,

we want to do only Firmware upgrade for Arm Processor using STSAFE-A110 crypto chip , so is their any example available for Linux

Hi @PGhul.1​,

For Linux system, only OpenSSL engine is available for STSAFE-A110.

The main advantage will be to securely provisioned ECC key pair and certificate.

There is no integration of STSAFE-A110 within MPU secure boot nor MPU secure update as this mechanism are tightly bound to the MPU boot strategy.

Best Regards,

Benjamin BARATTE

@Benjamin BARATTE​ , Thank you for reply, ok got it.