Hello Everyone,
I am using an OMAP3530 EVM board with WL1271 daughter board, both from Mistral and CE6 OS (my problem does not seem to be OS specific). The WLAN on WL1271 daughter card is interfaced with OMAP3530 EVM bord on MMC2 interface (SDIO) of OMAP3530 processor.
I am not able to receive response to CMD5 from the LSR module (which utilizes TIs WL1271).
I have made sure that the hardware is working fine by using prebuilt linux images. I have linux WLAN driver too (downloaded from internet) and made sure that my driver too is as per the linux driver. I have read the LSR modules datasheet too and my initialization sequence is as per that.
This is what i do...
[1] Make WL_EN signal for LSR module high (before this the VBAT, VIO and SLOW_CLK are already applied)
[2] Configure OMAP3530 MMC2 interface as per the instructions in OMAP3530 processor's TRM (clock is 24MHz)
[3] Send CMD0 (no response expected) so the Command Complete (CC) bit in Status register is set
[4] Send CMD5. The CC bit is never set and the CommandTimeOut bit gets set.
Both CMD0 and CMD5 (arg=0) reach the LSR chip. I have seen and decoded these signals by probing the LSR modules pin 20 using an Oscilloscope.
I am stuck up in this problem for quite some time now. Appreciate your help...
Thanks