You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the below SPI DMA timeout when the driver gets loaded automatically during bootup. What appears to be happening is that wilc_spi_init() on the first attempt to read WILC_SPI_PROTOCOL_OFFSET is triggering the timeout. If I load the driver manually after the system is booted up, this SPI DMA timeout does not occur.
Regardless of when the driver gets loaded, CRC is turned off. Is that OK or does that indicated a deeper problem?
I see the below SPI DMA timeout when the driver gets loaded automatically during bootup. What appears to be happening is that
wilc_spi_init()
on the first attempt to readWILC_SPI_PROTOCOL_OFFSET
is triggering the timeout. If I load the driver manually after the system is booted up, this SPI DMA timeout does not occur.Regardless of when the driver gets loaded, CRC is turned off. Is that OK or does that indicated a deeper problem?
The text was updated successfully, but these errors were encountered: