Closed GoogleCodeExporter closed 8 years ago
The code has been updated to do a blind wait of 250ms for teensy code.
See the SVN log for glcd_Device.cpp for full details. version r324
Original comment by bperry...@gmail.com
on 24 Mar 2011 at 6:50
Polling reset is not reliable. The voltage threshold for the reset status and
the actual reset to the modules are different. As a result whenever you
have a slow rising reset (as the teensy glcd adapter does) the reset status
can be gone while the module's cpu is still in reset.
The final solution is that the Init() code now still does a blind wait but then
checks for BUSY and RESET status.
It will now return error status codes if either of these is set.
This was added in r436
This will also prevent glcd diags from hanging in initialization when the glcd
is miswired so it can return an error status to the user.
Original comment by bperry...@gmail.com
on 14 Dec 2011 at 12:05
Original issue reported on code.google.com by
bperry...@gmail.com
on 24 Mar 2011 at 6:49