Add code responsible for firmware version verification in the bootloader

This commit is contained in:
Szczepan Zalega
2019-08-05 16:44:08 +02:00
parent 095b08e3d9
commit e4e0a3a84e
2 changed files with 59 additions and 11 deletions

View File

@ -27,7 +27,7 @@
// Start of application code
#ifndef APPLICATION_START_PAGE
#define APPLICATION_START_PAGE (10)
#define APPLICATION_START_PAGE (11)
#endif
#define APPLICATION_START_ADDR (0x08000000 + ((APPLICATION_START_PAGE)*PAGE_SIZE))