Topic: TPM2_IoCb_STCubeMX_I2C
Hello,
I need to use the function TPM2_IoCb_STCubeMX_I2C, because I can't use SPI with my project. But this one is missing in tpm_io.c
How I can fix this or how I can find this ?
Thanks
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → wolfTPM → TPM2_IoCb_STCubeMX_I2C
Hello,
I need to use the function TPM2_IoCb_STCubeMX_I2C, because I can't use SPI with my project. But this one is missing in tpm_io.c
How I can fix this or how I can find this ?
Thanks
Hi Et,
We just added preliminary support for CubeMX I2C HAL in tpm_io.c
Please clone and try the code in this PR - https://github.com/wolfSSL/wolfTPM/pull/142
To enable CubeMX I2C HAL:
1. wolfTPM must be build using `--enable-i2c`
2. Your OpenSTM or STM32IDE project should have the following define in its project settings: `WOLFSSL_STM32_CUBEMX`
Let us know if you have further questions.
Thanks,
Dimi
wolfSSL - Embedded SSL Library → wolfTPM → TPM2_IoCb_STCubeMX_I2C
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.020 seconds (90% PHP - 10% DB) with 12 queries