cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with SDIO Initialization Causing MCU Communication Failure on Custom STM32H747 Board

Samudra
Associate II

Dear sir,

In our custom board, we are using the STM32H747XIH6 microcontroller with Wi-Fi functionality. The Wi-Fi module part number is LBEE5KL1DX-883, and it is connected via the SDIO interface.
We have properly configured the I/O pins in STM32CubeMX and generated the code. However, once the SDIO initialization is executed, we are unable to communicate with the MCU.
Without SDIO initialization, the board works fine.
Could you please help us identify the issue?

 

 

Best regards,

Samudralnakaiah.

1 REPLY 1
Imen.D
ST Employee

Hello @Samudra ,

Check the SDIO configuration in STM32CubeMX, the pin assignments and alternate function settings (make sure that no conflict with other pins). Also, check the clock speed, data width as required by the SDIO specification in the product Datasheet (SDIO pins - pull-up/down resistors).

I advise you testing with an oscilloscope or logic analyzer to check SDIO signals (CLK, CMD, DATA lines).

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen