Hi!
I'm trying to create simple bootloader for ATMega128.
As I understood, I need to write bootloader code (independent of
main application) and place it at proper address (0xFC00, for
instance. BootSize and BootRst bits are set according to datasheet).
So, how should I modify makefile to produce proper .hex file? I've
added
BASEADDR = 0xFC00
to it, but nothing changed. Adresses in hex file starting from 0x0000
as before.
I use PonyProg as programmer.
Best regards,
Kreyl
mailto: [EMAIL PROTECTED]
ICQ: 171094105
_______________________________________________
AVR-chat mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-chat