Other Parts Discussed in Thread: WL1271
Hi!
I have tried to run WL1837MOD device with using SPI interface instead SDIO. My board is Zynq 7000 based and it has WL1837MOD device connected to PL part. I connected MISO, MOSI, SCLK, SS, IRQ, EN lines. I enabled Linux driver WLCORE_SPI (Linux kernel: 4.14 Xilinx v2018.3 tag) and after powering on I have got messages:
wl1271_spi spi3.0: selected chip family is wl18xx
wl1271_spi spi3.0: SPI read busy-word timeout!
wlcore: WARNING MAC address from fuse not available, using random locally administered addresses.
wlcore: WARNING unsupported chip id: 0x0
After that wlan0 interface is not created and device is not functional. It seems like SPI can not transfer data and driver reads only 0 values. What could be a reason of that problem? WL1837MOD works correctly with using SDIO interface, but I would like to check also SPI mode.
Paweł