Hi Aaron,
Thanks for looking into this forum post.
I have taken two log file, one with QSPI logic and another one is without QSPI(Regular method of sending one byte at a time in loop as per host controller code).
In case of QSPI the control is getting stuck in wlan_connect(WLAN_SEC_UNSEC,(char*) "default",7,NULL,NULL,NULL);
and before it reaches to here init_driver(0) and nvmem_read_sp_version(patchversion) get called and for this I am getting a response while using a QSPI .
So command sent before Wlan_Connect is working fine with QSPI logic.
See the log file and share your input on it, what could be the possible reason of not getting a response while using QSPI?
Log file with QSPI
(Please visit the site to view this file)
Log File while sending one byte in a loop(regular method):
(Please visit the site to view this file)