exFAT support for FileX on STM32U5
I'm testing out using an SD card on the STM32U575I-EV. The example project I'm using is from the STM32CubeU5 MCU package (Projects\STM32U575I-EV\Applications\FileX\Fx_uSD_File_Edit).
I'm able to insert an SDHC (32GB; FAT32 format) card, see the green LED blink (indicating successful read/write), disconnect the card, reconnect to my Windows 10 device, and see the "STM32.TXT" file.
But when I want to try changing the format of the card to exFAT, it doesn't work anymore. I tried that same SDHC and also an SDXC that I had in the office, and both had the same issue. I ran the debugger on the project for both cards, and both return FX_BOOT_ERROR after calling fx_media_open().
Is exFAT supported by FileX? I did some light research but haven't found anything saying it isn't possible. If it is supported, could I get some help with figuring out why it's not working for my setup?
