FX_FILE_CORRUPT when accessing eMMC file on STM32U5G9J-DK1 after reprogramming
Hi,I’m using the STM32U5G9J-DK1 board and working on implementing a FileX-based filesystem on the onboard eMMC. On the first run, I format the eMMC using fx_media_format(), open the media, create a file (e.g., file1.txt), write data to it, and read i...