How to flash Embed config files in stm32 flash memory
STM32CubeU5/Projects/B-U585I-IOT02A/Applications/FileX at main · STMicroelectronics/STM32CubeU5 (github.com).
Here the example is to create the STM.TXT in the run-time
/* Create a file called STM32.TXT in the root directory. */
nor_ospi_status = fx_file_create(&nor_ospi_flash_disk, "STM32.TXT");
But I have my pre-configured config.ini file and cacert.pem files and want flash them in stm32
How can inject them into the stm32 target? Could you please share an example of it?
