Add code responsible for firmware version verification in the bootloader
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user