??? 08/30/05 06:17 Read: times |
#100268 - user bootloader? Responding to: ???'s previous message |
hi,
Jeroen Post said:
I want to replace the bootloader program preprogrammed by Atmel, with my own bootloader. Nice, why do you need to replace it exactly in the FM1 part of the flash memory which is accessed only via parallel programmer? Atmel suggests more easy way: - put own bootloader somewhere in the FM0 part of flash; - put MSB of your bootloader address into SBV; - clear bit BLJB. Now your bootloader will be executed after each reset. More details here: http://www.atmel.com/dyn/resou...oc4287.pdf Regards, Oleg |