Replies: 2 comments 1 reply
-
|
the tinyusb library does not, but the board is set up by example via bsp. you can take a look at samd21 bsp code for reference https://github.com/hathach/tinyusb/tree/master/hw/bsp/samd21 |
Beta Was this translation helpful? Give feedback.
-
|
I'm doing something very similar but in reverse. Initial development on a SAMD21G17D (curiousity nano), now moved to a SAMD21J18A (SAMD21-XPlained), eventually to my own design using a SAMD21J17D. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm trying to make a USB MIDI interface using the SAMD21.
I can run the MIDI example on my SAMD21 xplained pro board (SAMD21J18A) after implementing it into a simple Atmel start project, and this is works. Great!
However, I have now made my own PCB with an SAMD21G17D MCU (smaller version), but I simply don't know how to change TinyUSB library to work on my own board instead of the xplained pro board. I have tried to modify the board.h file without success, and I'm not sure that's the right approach anyway.
Any hints?
Additional question:
Does tinyUSB set up the needed clock sources on the MCU?
Niels:-)
Beta Was this translation helpful? Give feedback.
All reactions