Hi @dsmail1 just call the fx_media_open(), it is unsuccessful, i.e different from FX_SUCCESS, then you call fx_media_format() since the fx_media_open() will fail if no file system is present or corrupted.regards
Hi @SlawomirZ98 Could you please have a look, at the example below:https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Projects/STM32H573I-DK/Applications/USBX/Ux_Host_MSC
Hi @DmitryR Actually, the Ethernet MAC has access to AXI SRAM as shown below in the bus matrix.the only unaccessible memory is the DTCM.regardshaithem.
Hi @Silexman when working with USBX Device MSC class what ever the storage media is (uSD, NOR Flash) you should not use the FileX API because the logic of the filesystem is managed by the Host, the PC for example.so you'll need to access the NOR Flas...