Skip to main content
p123
Associate III
December 21, 2021
Question

Hello everyone I have download the X-CUBE-SAFEA1 Software Package for STSAFE-A software in that sample code is given only for STM32L476RG-nucleo. Can I get sample code for STM32484E-EVL?????

  • December 21, 2021
  • 1 reply
  • 744 views

..

This topic has been closed for replies.

1 reply

ST Employee
January 11, 2022

Hi @p123​,

The X-CUBE-SAFEA1 provides code example that can be ported on other HW platform.

On the STM32G484E-EVL, there is no Ardunio connector, therefore you will need to use jumper wire on CN2 for instance.

Then you will need to customize the stsafea_service_interface.c file to map on the I2C3 for the I2C_Send and I2C_Received.

For the mbedtls porting, do not forget to use the config_mbedtls.h from the Inc directory of the example you are porting.

Best Regards,

Benjamin