I am about to start working on some small application that has to run on a AT91SAM3U ARM cortex-m3 processor.

I have to main question:

  • what good tool suite / development kit should I use?
  • is it possible to find code for a basic USB stack which allows EP links for sending control and bulk transfers using a driver we develop using libusb?

Thank you in advance for your help, and have a nice week-end.

-Knud

link|improve this question
feedback

1 Answer

If it's a small application then there's a free version of IAR's Development tools (Embedded Workbench for ARM kickstart edition) The significant limitation on this is that it will not link applications above 32k in size.

Atmel also produce a USB stack (in At91lib), which provides a reasonably simple interface for sending/receiving on endpoints.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.