Resolved! Title: Integrating cJSON, mbedTLS, lwIP, and FatFS into an STM32U5 project
I'm working on a project with an STM32U5 device (NUCLEO-U5A5ZJ-Q) and I need to integrate cJSON, mbedTLS, lwIP, and FatFS to load and flash a configuration file cacert.pemonto the STM32 device. However, when I searched for mbedtls and lwip in the mid...