Sowas hatte ich bis jetzt 2 mal. Lies sich beheben, indem ich beim STK die Firm neu programmiert hab.
Rainer
Druckbare Version
Sowas hatte ich bis jetzt 2 mal. Lies sich beheben, indem ich beim STK die Firm neu programmiert hab.
Rainer
Danke Rainer,
kannst du mir noch sagen wie ich die Firm neu Programmier, oder
wo ich das genau nachlesen kann?
Aktuelles AVRStudio von Atmel laden, installieren.
Der Rest steht in der Hilfe unter STK500 Manual Firmware Upgrade:
Keine Ahnung, ob´s noch ne andere Möglichkeit gibt ohne AVRStudio.Zitat:
STK500 Manual Firmware Upgrade
The current version of AVR Studio will automatically detect any old STK500 firmware version and request the user to upgrade the firmware. If for some reason the upgrade fails (the serial cable is detached during upgrade, the power goes out, ...) the next time the AVR Studio tries to connect to the STK500, the board will not be detected and the automatic upgrade procedure will not start.
Following is a procedure on how to manually upgrade a STK500 board. This procedure should work in all cases:
Power off the STK500
Push the 'PROGRAM' button (located near the AT45D021 dataflash) while powering up the STK500
Start AVR Studio and make sure there is a serial connection between the PC and the STK500 DSUB9 marked 'RS232 CTRL'
Start the program 'Avr Prog' located in the AVR Studio 'Tools' menu
Locate the firmware upgrade hex-file 'stk500.ebn' by pushing the 'Browse'-button in the 'Avr Prog Hex File'-window. The path for the 'stk500.ebn' for a normal AVR Studio installation is "C:\Program Files\Atmel\AVR Tools\STK500".
Push the 'Program'-button in the 'Avr Prog Flash'-window. A progress bar will now appear while showing additional information messages. Wait until the verify operation is finished.
Close the 'Avr Prog' program
Power off and on the STK500 PCB. The STK500 is now ready to be used with the new firmware.
Rainer
Danke Rainer!
Werd ich wohl machen müßen, verwende sowieso das AVRStudio.
Hab soeben das Update gemacht und Funktioniert wieder Prima!
;)
Danke für die Mitteilung deiner Erfahrung!
... selbige Fehlermeldung bekommst Du auch, wenn im AVR-Programmer die ISP-Frequenz zu hoch eingestellt hast -> irgendwie wird diese bei mir hin und wieder verstellt (bis ich dahinter kam...)Zitat:
Reading FLASH input file.. OK
Setting mode and device parameters.. OK!
Entering programming mode.. OK!
Reading FLASH .. FAILED!
Leaving programming mode.. FAILED!
Supie, das hat mich gerade gerettet! Ich hatte aber auch nicht damit gerechnet, dass sich die Firmware des STK-Chips von einem Moment zum anderen verändert, so erst alles mögliche andere probiert. Weiter gehts ...Zitat:
Zitat von RainerSurfer
Grüße,
Matthias