Re: [avr-libc-dev] AT90USB1287 start of ExtSRAM in XML file

2007-06-12 Thread Joerg Wunsch
As [EMAIL PROTECTED] wrote: The XML file for AT90USB1287 seems to be in error. The external RAM starting address is set to $2200, but the part manual lists it at $2100. I think you're right. As the INTRAM starts at 0x100, it would sound logical for EXTRAM to start at 0x2100. I just asked

RE: [avr-libc-dev] ¿at90usb1287?

2006-08-02 Thread Eric Weddington
¡Hola! Yes, avr-libc has support for the at90usb1287. You can see a list of all supported devices in the avr-libc user manual. Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Javier Almansa Sobrino Sent: Wednesday, August 02, 2006

Re: [avr-libc-dev] ¿at90usb1287?

2006-08-02 Thread Javier Almansa Sobrino
hmm And what mcu I must define into the Makefile? I've selected mmcu=at90usb1287, but when I execute make I obtain this output: [EMAIL PROTECTED]:~/Proyectos/Pimball/src$ make avr-gcc -g -mmcu=at90usb1287 -Wall -Wstrict-prototypes -Os -c prueba.c unknown MCU `at90usb1287' specified Known