Hi,
I've been experiencing an issue with ZACCEL for some time, where the router would hang forever and would require hard restart to be able and operate again.
Today I've finally managed to drill down to the location and call stack when that happens:
1) I am calling zb_SendDataRequest (sapi.c) with a SAPI command to send
2) zb_SendDataRequest calls zaccelRPC (zaccel.c)
3) zaccelRPC calls spiSREQ (spi.c)
4) spiSREQ runs a while (!getSRDY2()) loop
5) getSRDY2 (spi.c) always returns false, thus the ZACCEL is stuck forever
Did anyone encounter this, or knows this problem with ZACCEL? is there a resolution?
Thanks in advance,
Zaphod