Skip to content

Fuses description for ATmega328p #37

Description

@Atarity

It is good to have fuses description for ATmega328p somewhere in docs. Spend whole day checking my build and trying to flash MCU with avrdude before realise: fuses should be sat the same way as for Arduino Duemilanove. Otherwise FW will start with wrong clock.

  • Setting fuses: avrdude -B 100 -V -p m328p -c usbasp -P usb -e -u -U lfuse:w:0xFF:m -U hfuse:w:0xDE:m -U efuse:w:0x05:m
  • Flashing FW: avrdude -B 20 -v -p m328p -c usbasp -P usb -b 57600 -D -U flash:w:arpie.ino.standard.hex:i

Great project btw. It was a joy to build. 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions