We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code stalls at Wifi.begin(), apparently wlan_start(0) has some bugs...
The text was updated successfully, but these errors were encountered:
There are a few sections that could be breaking.
If it can't make it pass this, then it is never initializing (software enable pin never gets pulled up, or it can't read the IRQ when the CC3k boots up) https://github.com/jiahuang/CC3000/blob/master/utility/wlan.cpp#L311
If it made it past the previous part, it shouldn't hang up on this except if there are issues with SPI transmission https://github.com/jiahuang/CC3000/blob/master/utility/wlan.cpp#L316
If it hangs after that (while waiting for simple link to startup) the waiting and checking happens here https://github.com/jiahuang/CC3000/blob/master/utility/evnt_handler.cpp#L244
You'll want to check what values tSLInformation.usEventOrDataReceived and pucReceivedData are.
Sorry, something went wrong.
No branches or pull requests
Code stalls at Wifi.begin(), apparently wlan_start(0) has some bugs...
The text was updated successfully, but these errors were encountered: