Timeline for is there a timeout for Ethernet.begin?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Jun 14, 2021 at 13:41 | history | suggested | 0x35F093C756 | CC BY-SA 4.0 |
Updated link to Ethernet.cpp
|
| Jun 14, 2021 at 9:38 | review | Suggested edits | |||
| S Jun 14, 2021 at 13:41 | |||||
| Jun 26, 2018 at 21:33 | comment | added | Alexandr Zarubkin |
The code can actually hang up in W5100Class::execCmdSn function. It waits for command to complete by reading a register and waiting for read to return 0. If it returns non-zero for some reason (poor contact, etc.), the function will hang up.
|
|
| Jul 17, 2017 at 13:16 | comment | added | John Sly | Thanks, this is good to know. I don't know for certain how long I gave it, I'm guessing the customary 30 seconds so I'll need to give this another run and double my patience, lol | |
| Jul 17, 2017 at 13:09 | history | answered | Jot | CC BY-SA 3.0 |