Forum: Mikrocontroller und Digitale Elektronik AVR910 schreibt nicht mehr


von Mario 9. (mario9000)


Lesenswert?

ich hab das Ding erst vor kurzen gebaut und jetzt will es nicht mehr.
1
avrdude: AVR device initialized and ready to accept instructions
2
3
Reading | ################################################## | 100% 0.03s
4
5
avrdude: Device signature = 0x1e9205
6
avrdude> dump flash
7
>>> dump flash
8
0000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
9
0010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
10
0020  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
11
0030  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
12
13
avrdude> write flash 0 1 2 3
14
>>> write flash 0 1 2 3
15
avrdude (write): error writing 0x01 at 0x00000 cell=0xff
16
avrdude (write): error writing 0x02 at 0x00001 cell=0xff
17
avrdude (write): error writing 0x03 at 0x00002 cell=0xff
18
19
avrdude> dump flash 0 64
20
>>> dump flash 0 64
21
0000  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
22
0010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
23
0020  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
24
0030  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
25
26
avrdude> dump lfuse
27
>>> dump lfuse
28
0000  e2                                                |.               |
29
30
avrdude> dump efuse
31
>>> dump efuse
32
0000  01                                                |.               |
33
34
avrdude> dump hfuse
35
>>> dump hfuse
36
0000  df                                                |.               |
37
38
avrdude>

von g457 (Gast)


Lesenswert?

gelockt?

von Mario 9. (mario9000)


Lesenswert?

1
avrdude> dump lock
2
>>> dump lock
3
0000  3f                                                |?               |
4
5
avrdude> erase
6
>>> erase
7
avrdude: erasing chip
8
avrdude> dump lock
9
>>> dump lock
10
0000  3f                                                |?               |
11
12
avrdude> write eeprom 0 1
13
>>> write eeprom 0 1
14
15
avrdude> dump eeprom 0 64
16
>>> dump eeprom 0 64
17
0000  01 ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
18
0010  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
19
0020  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
20
0030  ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff  |................|
21
22
avrdude>

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.