Topic: Problems with wolfSSL and STM32CubeIDE Integration
Iām trying to integrate wolfSSL into my STM32 project using STM32CubeIDE.
I successfully added the wolfSSL source files to my project, but when I build, I get multiple undefined reference errors related to wolfSSL functions (like wolfSSL_Init, wolfSSL_CTX_new, etc.).
I have already defined WOLFSSL_USER_SETTINGS and pointed it to my custom settings.h file.
Is there any specific configuration or linker settings I need to be aware of when using wolfSSL with STM32CubeIDE?