2024-08-20 06:00 AM - edited 2024-08-20 06:01 AM
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
2024-08-23 08:49 AM
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