How to Inject Configuration Files into STM32 Target Using FileX?
Hello STM community,I'm working on a project where I need to inject pre-configured config.ini and cacert.pem files into my STM32 target for mbedlts communication. I've gone through the STM32CubeU5 example for FileX, which demonstrates creating a file...