2025-02-13 03:58 AM
Hello everyone,
I'm trying to interface a microSD card using FileX on a custom board with an STM32H747IIT6.
The microSD card is connected to the SDMMC1 peripheral using a 4-bit wide bus, with external pull-ups on the data lines.
Initially, we used FATFS to interface with the microSD card, which worked flawlessly. Now, as we transition to Azure, we want to use FileX. Additionally, we are using NetXDuo to create a web server, with the SD card serving as storage for web server files.
The issue occurs when calling fx_media_open (app_netxduo.c, line 522), which almost always returns error code 0x90 (except for a single successful attempt going step by step via the debugger).
I would greatly appreciate any insights or suggestions on how to resolve this issue.
Best regards,
OskarP.