USB to serial on AT91SAM7S-EK

#1173442
Rate this post
useful
not useful
Trampas Stern wrote:
> I have been trying to get the USB to serial on AT91SAM7S-EK to work
> using the 256 part but having no luck. Does anyone have source with this
> working?
>
> Trampas

What is it - "256 part"?
The examples for usb you can find at
http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/index_at91.html#at91_usb1
You need projects with UART.
Write me if you will have problems with compiation
Guest #1466041
Rate this post
useful
not useful
I have problems with compiling this examples.  I have imported the code 
in eclipse but get this error :

No rule to make target `../compil/SrcWinARM/Cstartup.S', needed by 
`../compil/SrcWinARM/Cstartup.o'.  Stop.

TIA
#1468367
Rate this post
useful
not useful
I know this is an old thread, but for future reference ATMEL has working 
USB to serial code on their web site.

I have tested it on the AT91SAM7S-EK with the AT921SAM7S256 chip. I 
compiled the code with arm-elf-gcc. I'm using Yagarto with Eclipse in 
Windows XP.

You can download the software for your board here:
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4343

The filename within the archive will be something like:
\packages\usb-device-cdc-serial-project-at91sam7s-ek-gnu.zip

The documentation for the code is here:
http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4092

The "CDC driver implementation" is what you want to use for 
USB-to-serial.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now