Hello All,
warming up for the FAT32 driver I have finally done the promised example of an ATmega Application (Appl4Loader.pas), that can load a Bootloader file and flash it into the boot area.
Then, the Bootloader (CPULoader.pas) can be in called from the main Application and update the Main Application. So, each program can update the other one. I am using this in my devices a lot. I hope, I have no bugs in this sample code.
Cheers, Michael
warming up for the FAT32 driver I have finally done the promised example of an ATmega Application (Appl4Loader.pas), that can load a Bootloader file and flash it into the boot area.
Then, the Bootloader (CPULoader.pas) can be in called from the main Application and update the Main Application. So, each program can update the other one. I am using this in my devices a lot. I hope, I have no bugs in this sample code.
Cheers, Michael
Attachments
Filename: | Appl4Loader.zip |
Filesize: | 224.26 KB |
Title: | |
Information: | Main Application |
Download counter: | 47 |
Filename: | cpuloader.zip |
Filesize: | 100.89 KB |
Title: | |
Information: | CPU BootLoader |
Download counter: | 36 |