Bootload from SD card to sector 0, and jump to sector 24 where new firmware resides

Dependencies:   FatFS mbed

Fork of Panel-Controller-Bootloader by Emma

Committer:
bonchenko
Date:
Wed Apr 22 10:18:55 2015 +0000
Revision:
2:0fa89ba8f6fe
Parent:
0:c3a652eff606
Bootloader from SD card works perfectly. Compiled with offset in EmBlocks, ADE cannot print readings - but its happened without bootloader too. The problem is Emblocks compiler settings

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bonchenko 0:c3a652eff606 1 #ifndef FATTIME_H_
bonchenko 0:c3a652eff606 2
bonchenko 0:c3a652eff606 3 #include "integer.h"
bonchenko 0:c3a652eff606 4
bonchenko 0:c3a652eff606 5 DWORD get_fattime (void);
bonchenko 0:c3a652eff606 6
bonchenko 0:c3a652eff606 7 #endif