You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Issue is fixed now. Packet was not available in STM CubeMx until I added by hand. Thanks a lot for support
When I select wolfSSL(wolfCrypt) enabled I only get wolfSSL.I-CUBE-wolfSSL_conf.h at the output, wolfSSL.I-CUBE-wolfTPM_conf.h is not generated by CubeMX.
Regards
Eduardo
Yes, I generated the project for IAR using CubeMX. And using IAR Embedded Workbench The code compiles correctly. I´ve found that STM32 generates the configuration file as wolfSSL.I-CUBE-wolfSSL_conf.h instead wolfSSL.I-CUBE-wolfTPM_conf.h, it cuases a compilation issue. Can you confirm and rename the configuration file in tpm2_types.h?
Regards
Eduardo
Hi, I´ve been integrating wolfTPM using an STM32H7 microcontroller using IAR compiler and Cmake, compiler found an issue when it tries to integrate tpm2_types.h header, this has a preprocessor defines, but USE_HAL_DRIVER seems to be not defined. but once I defined It causes a lot o compilation issues.
#if defined(USE_HAL_DRIVER) && !defined(HAVE_CONFIG_H)
/* STM Configuration File (generated by CubeMX) */
#include "wolfSSL.I-CUBE-wolfTPM_conf.h"
#elif !defined(WOLFTPM_USER_SETTINGS)
/* use generated options.h or a custom one */
#include <wolftpm/options.h>
#endif
I got next error cannot open source file "wolfssl/options.h". or how could I use the CMakeLists file to compile my project for a STM32H7 micro?
Posts found: 4
Generated in 0.015 seconds (95% PHP - 5% DB) with 4 queries