Boa tarde pessoal eu construindo o meu primeiro protuino de acordo com as instruções do Renato aloi porém não achei referencia nenhuma ao bootloader do atmega8 seria o mesmo do atmega328?

obrigado!!!

Exibições: 986

Responder esta

Respostas a este tópico

Dá uma olhada aqui

http://arduino.cc/en/Hacking/Bootloader?from=Main.Bootloader

For the ATmega8 bootloader, these are:

  • bootloader.atmega8.programmer (default value: stk500) is the protocal used by the bootloader.

  • bootloader.atmega8.unlock_bits (default value: 0xFF) is the value to write to the ATmega8 lock byte to unlock the bootloader section.

  • bootloader.atmega8.high_fuses (default value: 0xca) is the value to write to the high byte of the ATmega8 fuses.

  • bootloader.atmega8.low_fuses (default value: 0xdf) is the value to write to the low byte of the ATmega8 fuses.

  • bootloader.atmega8.path (default value: bootloader) is the path (relative to the Arduino application directory) containing the precompiled bootloader.

  • bootloader.atmega8.file (default value: ATmegaBOOT.hex) is the name of the file containing the precompiled bootloader code (in bootloader.path).

  • bootloader.atmega8.lock_bits (default value: 0x0F) is the value to write to the ATmega8 lock byte to lock the bootloader section (so it doesn't get accidently overwritten when you upload a sketch).

Ok marcelo obrigado mas não consigo baixar estes arquivos!

RSS

© 2024   Criado por Marcelo Rodrigues.   Ativado por

Badges  |  Relatar um incidente  |  Termos de serviço