Forum Rule: Always post complete source code & details to reproduce any issue!
-
Source for USB initialization for Mk20dx128
I'd like to look at the usb initialization code for the teensy 3.0 board I just ordered, but it looks like the archive I loaded from the site only contains the AVR init code. Is the Freescale init code available?
-

Originally Posted by
aswanson
I'd like to look at the usb initialization code for the teensy 3.0 board I just ordered, but it looks like the archive I loaded from the site only contains the AVR init code. Is the Freescale init code available?
Look in <Arduino>/hardware/teensy/cores/teensy3 for usb_*.c. The code is organized quite differently than the AVR code.
-
Senior Member
In hindsight, I probably should have organized the AVR code this way.
-
That's what revisions are for... Considering that the AVR code was the first approach and still works very well, no need to complain "in hindsight".
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules