Hallo,
ich hab mal ne kurze Frage:
Bei dem Projekt http://www.obdev.at/products/vusb/bootloadhid.html ist
der Code für einen Mega8 dabei.
Ich guck mir das makefile an und verstehe nicht ganz wie die auf die
Adresse kommen:
1 | BOOTLOADER_ADDRESS = 1800
|
2 | LDFLAGS += -Wl,--relax,--gc-sections -Wl,--section-start=.text=$(BOOTLOADER_ADDRESS)
|
es heist doch im Datenblatt:
Boot Loader Flash Section: 0xC00 - 0xFFF (bei 2048 Words)
Also wie hängen die 1800 und die 0xC00 zusammen oder hab ich was
grundlegend nicht verstanden??
Gruß Stefan