Implementing USB on Startkit
-
- Active Member
- Posts: 36
- Joined: Sat May 31, 2014 6:39 am
Implementing USB on Startkit
Is there a step-by-step instruction manual or tutorial on using the USB on the Startkit to transfer data to the computer? I have seen it mentioned, but cannot find documentation on how it is supposed to be done.
-
Verified
- XCore Legend
- Posts: 1163
- Joined: Thu Dec 10, 2009 9:20 pm
- Location: Bristol, UK
The board wasn't really designed for this use case - the USB connector on the board is for debug only.
There are some threads on here regarding potential "hacks" but you won't find official documentation for these.
You could use the following approach, but you won't have debug:
https://www.xmos.com/download/public/Dy ... -XTAG2.pdf
There are some threads on here regarding potential "hacks" but you won't find official documentation for these.
You could use the following approach, but you won't have debug:
https://www.xmos.com/download/public/Dy ... -XTAG2.pdf
-
- Active Member
- Posts: 36
- Joined: Sat May 31, 2014 6:39 am
That's exactly what I was looking for! Somebody mentioned using dynamic loading in another thread, so I can take a look at that now. Thank you.Ross wrote:The board wasn't really designed for this use case - the USB connector on the board is for debug only.
There are some threads on here regarding potential "hacks" but you won't find official documentation for these.
You could use the following approach, but you won't have debug:
https://www.xmos.com/download/public/Dy ... -XTAG2.pdf
-
- Experienced Member
- Posts: 77
- Joined: Fri Dec 06, 2013 7:05 pm
please post if you make it working, i have been bashing my head on this for a while :3