This example includes:
- wolfCrypt test
- wolfCrypt benchmark
- TPM 2.0 demo
These examples use the CubeMX Hal for STM32. If you'd like to use the older Standard Peripheral library undefine WOLFSSL_STM32_CUBEMX
in user_settings.h
. To enable STM32F2 support define WOLFSSL_STM32F2
. To enable STM32F7 support define WOLFSSL_STM32F7
.
/Inc/user_settings.h
: All the configurations for the wolfSSL library on the STM32F4.
- Open a new workspace.
- File / Import -> Existing Projects into Workspace. Next
- Choose the wolfSTM32 folder. Finish
For assistance please email [email protected].