Hi all,
I am working on the MIMXRT1176 with a custom board and using MCUXpresso SDK v25.09 for a Bluetooth/Wi-Fi module based on the IW610 chip family.
Hardware Connections:
SDIO interface: SD_DATA0-3, SD_CMD, SD_CLK connected.
UART: Tx, Rx, and GND connected.
GPIO: WL_RST, SDIO_RST connected.
The module is powered via an external USB-C cable.
Software:
I am using the SDK example Wireless_uart for BLE.
I updated the macro in preprocessor section to:
WIFI_IW610_BOARD_MURATA_2LL_M2
When attempting to initialize the SDIO interface, the program gets stuck in a loop.
I have attached a screenshot of the code section where it hangs.
Could anyone suggest what could be causing this issue or provide guidance on proper SDIO initialization for the IW610 module on a custom board?
Thanks in advance,
Amar.