mbedTLS client example STM32Cube_FW_F7_V1.17.0
Hi, I'm running the following example project:
STM32Cube_FW_F7_V1.17.0\Projects\STM32F769I-Discovery\Applications\mbedTLS\SSL_Client
on the development board STM32F769I-Discovery.
Seems like the application uses the .h file
STM32Cube_FW_F7_V1.17.0\Middlewares\Third_Party\mbedTLS\include\mbedtls\config.h
to configure the embedTLS module.
The project also includes this .h file for configuration of mbedTLS:
STM32Cube_FW_F7_V1.17.0\Projects\STM32F769I-Discovery\Applications\mbedTLS\SSL_Client\Inc\mbedtls_config.h
But it doesn't seem like it's used, why is that?
BR
Jonas
