Can I use the Arduino bootloader with any program?


 i'm curious.  the arduino bootloader offshoot of standard avr bootloader in looks , acts avrisp.  the bootloader code starts @ 0x3800 leaves else alone below that.  can write "regular" programs avr-gcc, do, , download chip via arduino bootloader?  that sweet have best of _both_ worlds!

thanks,
dlc

i'll answer own question.

yes.  it looks avrisp avrdude.  you can't read or write fuses , id byte not returned need use "-f" flag force download.  just make sure program doesn't need last 512 bytes of flash bootloader resides.

it works fine, far can tell.

dlc


Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Can I use the Arduino bootloader with any program?


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums