You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your note. usb_dump() is commented out because the USB code is unfinished, unstable and a work in progress. From the comments in usb.c:
// *******************************************************
// TODO: INCOMPLETE, work in progress
// *******************************************************
I wish it was further along, but the USB hardware is poorly documented by Freescale, aspects are undocumented, and getting stable USB code requires a lot more work.
When I uncomment the following line in main.c:
usb_dump()
I get the following output over UART:
The LED then blinks RED slowly on and off.
The text was updated successfully, but these errors were encountered: