Skip to main content
Associate II
August 20, 2024
Question

Seeking Guidance on Integrating STSAFE-A110 Chip with Python

  • August 20, 2024
  • 1 reply
  • 901 views

Hi,

I've developed a custom board and I want to leave an encrypted signature using the STSAFE-A110 chip. However, I'm coding my board in Python, and I'm having trouble figuring out how to interact with the chip. I found the "STSAFE-A complete set of API built on STM32Cube," but since it's in C, I haven't been able to integrate it into my Python code. Is there a version of this content written in Python, or how can I convert it myself? I'd appreciate any help you can provide.

Best Regards

1 reply

ST Employee
August 23, 2024

Hi @Batuhan35,

 

The STSAFE-A Software package is provided in C only.

For Python integration, you can check how to extend Python with C.

if you use MicroPython, you can find some resources here as well

 

Best Regards,

Benjamin