EmbDev.net

Forum: ARM programming with GCC/GNU tools USB to serial on AT91SAM7S-EK


von Trampas S. (trampas)


Rate this post
useful
not useful
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

von Dima B. (mrengineer)


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

von Kris R. (2gatunek)


Rate this post
useful
not useful
Meybe someone of you have some example for keil on AT91SAM7S64  ?

von pmacdee (Guest)


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

von Steven S. (series8217)


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.

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.