Dear all,
in a custom omap3530 HW project I've connected a LS TIWi module to MMC3.
I'm using the DVSDK driver, patched to work on MMC3 instead of MMC2.
The MMC communication seems to be ok, but I'm not able to read the chip ID. This is the output:
SDIO
clock Configuration is now set to 24Mhz
After
sdioDrv_ConnectBus, iStatus=0
After
SD_IO_GO_IDLE_STATE, iStatus=0
After
VDD_VOLTAGE_WINDOW, iStatus=0
After
SD_IO_SEND_RELATIVE_ADDR, iStatus=0
After
SD_IO_SELECT_CARD, iStatus=0
After
w 0x82, iStatus=0
After
r 0x82, iStatus=0
After
w 0xC8, iStatus=0
After
CCCR_BUS_INTERFACE_CONTOROL, uCount=1
After
CCCR_IO_ENABLE, uCount=1
TIWLAN:
3855.734315: CHIP VERSION... set 1273 chip top registers
TIWLAN:
3855.790589: Error!! Found unknown Chip Id = 0x0
TIWLAN:
3855.806275: Starting to process NVS...
TIWLAN:
3855.811921: No Nvs, Setting default MAC address
TIWLAN:
3855.818360: pHwInit->uEEPROMCurLen: 1c
TIWLAN:
3855.823945: ERROR: If you are not calibating the device, you will soon get
errors !!!
TIWLAN:
3855.852326: Chip ID is 0x0.
TIWLAN:
3855.857026: Cannot read ChipID stopping
wlanDrvIf_UpdateDriverState():
State =
4
Any suggestions?
How can I use the debug port in order to read the chip ID or to verify the chip status?
Many thanks
Andrea