Question
CubeMx 4.24.0 generates invalid MBEDTLS_CONFIG_FILE Symbol definition
Posted on January 31, 2018 at 11:06
CubeMx 4.24.0 (Eclipse plugin) generates invalid MBEDTLS_CONFIG_FILE symbol definition for TrueStudio (9.0.0 Windows) project
Double quoted
'mbedtls_config.h' must be inside single quotes:
MBEDTLS_CONFIG_FILE=''mbedtls_config.h''
Otherwise the defined macro will not have double quotes when C preprocessor sees it, causing include statements to fail.
#cube-mx #truestudio