problema de carga Olimexino 328

2

Soy un joven usuario del IDE de Arduino y con mi nuevo Olimexino-328 es imposible cargar un boceto sin el error de sincronización stk500:

avrdude: Version 5.11, compiled on Sep  2 2011 at 19:38:36
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "D:\Ard_Oli_Dev\arduino-1.04\hardware/tools/avr/etc/avrdude.conf"

         Using Port                    : \.\COM2
         Using Programmer              : arduino
         Overriding Baud Rate          : 57600
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Send: 0 [30]   [20] 
avrdude: Recv: 
avrdude: stk500_getsync(): not in sync: resp=0x00

No sé qué versión de optiboot está instalada. Si alguien como idea, apreciaré Gracias.

    
pregunta ggartec

1 respuesta

1

Es extraño que estén utilizando 57600 baudios, ya que tiene un cristal de 16MHz. ¿Ha intentado tratar el tablero como uno y subirlo a 115200?

También tenga en cuenta las dos preguntas frecuentes en la parte inferior de su sitio web, la segunda parece especialmente relevante. De enlace

I can't upload my code via Arduino IDE. Where is the problem?
The board is recognized as Arduino DueMilanove /w ATmega328 in Arduino IDE.

Make sure you have selected exactly that. Also check which port the board uses
and adjust it in Tools->Serial.

I do everything as supposed but when I try to upload code via the USB I receive the
following error: "avrdude: stk500_getsync(): not in sync: resp=0x00". What is wrong?

It is very likely that your OLIMEXINO-328 would work as expected if you install FTDI
drivers that are NOT newer than 2.08.14. There is good chance you are using the latest
FTDI at the moment. The whole problem is explained in details in this forum post: FTDI
bug in FT232R with week code 1213
    
respondido por el TomKeddie

Lea otras preguntas en las etiquetas