https://github.com/stmicroelectronics/stsafe-a-sdk
STSAFE-A Software Development Kit
https://github.com/stmicroelectronics/stsafe-a-sdk
Last synced: about 16 hours ago
JSON representation
STSAFE-A Software Development Kit
- Host: GitHub
- URL: https://github.com/stmicroelectronics/stsafe-a-sdk
- Owner: STMicroelectronics
- License: bsd-3-clause
- Created: 2025-05-19T13:10:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-10T09:19:15.000Z (about 1 month ago)
- Last Synced: 2026-06-10T11:14:07.347Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 20.8 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# STSAFE-A Software Development Kit
The **STSAFE-A Software Development Kit** offers developers a collection of application examples demonstrating the use of the STSAFE-A secure element from STMicroelectronics.
This SDK serves as software reference implementations for integrating [STSELib](https://github.com/STMicroelectronics/STSELib) and STSAFE-A on host microcontroller platforms.
```
+------------------------+---------------------------------------------------------------------+
| | |
| | +-------------------------------------------------------------+ |
| APPLICATION | | Example Projects / Tools | |
| | +-------------------------------------------------------------+ |
| | |
|========================|=====================================================================|
| | +-------------------------------------------------------------+ |
| | | | | |
| | | | | |
| MIDDLEWARE | | STSELib | STM32Cryptolib | |
| | | | (CMOX) | |
| | | | | |
| | +-------------------------------------------------------------+ |
| | |
|========================|=====================================================================|
| | |
| | +-------------------------------------------------------------+ |
| PLATFORM | | NUCLEO-L452RE | |
| | +-------------------------------------------------------------+ |
| | |
+------------------------+---------------------------------------------------------------------+
```
## Hardware and Software Prerequisites
The following hardware (HW) and software (SW) prerequisites are required to work with this package:
- **Hardware prerequisites**
- [NUCLEO-L452RE](https://www.st.com/en/evaluation-tools/nucleo-l452re.html) STM32 development board
- [X-NUCLEO-ESE01A1](https://www.st.com/en/evaluation-tools/x-nucleo-ese01a1.html) Nucleo expansion board
- **Software prerequisites**
- One of the following compatible toolchains/IDEs:
- [STM32CubeIDE](https://www.st.com/en/development-tools/stm32cubeide.html)
- [Keil uVision 5.37](https://www.st.com/en/partner-products-and-services/arm-keil-mdk.html)
- [IAR EWARM 9.40.1](https://www.st.com/en/partner-products-and-services/iar-embedded-workbench-for-arm.html)
- [X-CUBE-CRYPTOLIB 4.5.0](https://www.st.com/en/embedded-software/x-cube-cryptolib.html)
Please refer to the STSAFE-A SDK wiki pages for information on how to get started with the package.
## Documentation
A dedicated [wiki page](https://github.com/STMicroelectronics/stsafe-a-sdk/wiki) is available on GitHub.
This wiki can be used as an entry point for embedded system developers. It covers the application hardware and software description, and provides developers with product information and standard STSAFE-A use cases.