hallo,
ich versuche gerade seit 2 stunden meine Fusebits einzustellen. Bin auch schon nach den Anweisungen für Bascom gegangen. wenn ich allerdings in Bascom "program chip" öffne und danach auf fusebits gehen möchte erscheint eine Fehlermeldung obwohl ich den controller eingestellt habe.
Fehlermeldung : CHIP TYPE NOT FOUND
Hab davor auch schon programme geladen und diese liefen auch ohne probleme. --> also liegts schon mal nicht an der Hardware.
Kann mir jemand helfen
Was hast Du für einen Chip und Programmer?
Ist ein Quarz dran oder läuft die Taktfrequenz intern?
Sieht fast so aus, als hätte das Umfusen doch schon mal geklappt - und jetzt kommst Du nicht mehr rein.
es ist der atmega8 mit internen Taktfrequenz. ich möchte es aber ändern auf externe taktfrequenz.
bis jetzt hab ich mit fusebits noch nichts gemacht. aber das flashen der Programme funtkioniert ohne Probleme
The AVRISP Programmer is AVR ICP910 based on the AVR910.ASM application note.
The old ICP910 does not support Mega chips. Only a modified version of the AVR910.ASM supports Universal commands so all chips can be programmed.
The new AVRISP from Atmel that can be used with AVR Studio, is not compatible! You need to select STK500 Programmer because the new AVRISP Programmer from Atmel, uses the STK500 protocol.
When you do not want to use the default baud rate that AVR910 is using, you can edit the file bascavr.ini from the Windows directory.
Add the section [AVRISP]
Then add: COM=19200,n,8,1
This is the default. When you made your own dongle, you can increase the baud rate
You need to save the file and restart Bascom before the settings will be in effect.
funktioniert auch nicht mit anderen COM-Einstellungen
ich hab einen sercon2mini. gibts für den noch andere namen?
bei Bascom hab ich AVRISPProgrammer eingestellt weil das der einzige war der ging.
funktioniert auch nicht mit anderen COM-Einstellungen
ich hab einen sercon2mini. gibts für den noch andere namen?
bei Bascom hab ich AVRISPProgrammer eingestellt weil das der einzige war der ging.
Lesezeichen