Forum: Mikrocontroller und Digitale Elektronik lfuse, hfuse auch separat beschreibbar?


von Martin (Gast)


Lesenswert?

Kann man lfuse ändern und hfuse belassen oder muss avrdude
beide gleichzeitig ändern?

von ... (Gast)


Lesenswert?

Es geht auch einzeln.

von Sven P. (Gast)


Lesenswert?

Geht auch getrennt. Steht sogar in der Anleitung beschrieben :->

von Martin Meumann (Gast)


Lesenswert?

Ich sag nur MYAVR

von Martin (Gast)


Lesenswert?

danke^^

von Sven P. (Gast)


Lesenswert?

Ich sag nur:
1
$ man avrdude
2
/fuse
3
nnnnnnnn
1
           -U memtype:op:filename[:format]
2
                   Perform a memory operation as indicated.  The memtype field
3
                   specifies the memory type to operate on.  The available
4
                   memory types are device-dependent, the actual configuration
5
                   can be viewed with the part command in terminal mode.  Typ‐
6
                   ically, a device’s memory configuration at least contains
7
                   the memory types flash and eeprom.  All memory types cur‐
8
                   rently known are:
9
                   calibration  One or more bytes of RC oscillator calibration
10
                                data.
11
                   eeprom       The EEPROM of the device.
12
                   efuse        The extended fuse byte.
13
                   flash        The flash ROM of the device.
14
                   fuse         The fuse byte in devices that have only a sin‐
15
                                gle fuse byte.
16
                   hfuse        The high fuse byte.
17
                   lfuse        The low fuse byte.
18
                   lock         The lock byte.
19
                   signature    The three device signature bytes (device ID).

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.