Hi Martin,
We again stuck up here :
********************************************************************************************************
/* save this off for watermark level calculations */
pDCxt->hcd.MaxWriteBufferSpace = pDCxt->hcd.WriteBufferSpace;
/* NOTE: if this assert fails it suggests that SPI communication with the WIFI device
* is not functioning. Perhaps the 2 chips are not connected. */
A_ASSERT(pDCxt->hcd.MaxWriteBufferSpace == EXPECTED_MAX_WRITE_BUFFER_SPACE);
/* set write buffer watermark to zero, we only set it when we need an interrupt */
if(A_OK != (status = ResetWriteBufferWaterMark(pCxt))){
break;
********************************************************************************************************
After following sentence we will stuck-up in infinite loop (which has sillyloop - delay with while(1)
A_ASSERT(pDCxt->hcd.MaxWriteBufferSpace == EXPECTED_MAX_WRITE_BUFFER_SPACE);
I think there is issue with - Buffer size. Still we are debugging. But any suggestion from your side
welcome.
Regards,
Nilesh