Move app version to the end of the firmware code, without specific address. Move bootloader config 8B forward.

This commit is contained in:
Szczepan Zalega
2019-08-24 08:08:40 +02:00
parent ea803aab95
commit 7042b0b656
2 changed files with 13 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ flash2 is for storing bootloader data, like last used firmware version.
_bconfig_start should be equal to (APPLICATION_END_PAGE) page address, from targets/stm32l432/src/memory_layout.h:30; and equal to flash2 origin
*/
_bconfig_start = 0x08000000 + 216*1024;
_bconfig_start = 0x08000000 + 216*1024+8;
MEMORY
{