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 at runtime.
However, I'm unsure how to modify this example to include code that reads these configuration files from storage internal flash and then perform the necessary operations with them.
Could anyone provide guidance or share an example of how to achieve this using FileX on STM32?
Thank you in advance for your help!
Best regards,
