3 BOOTLOADER_VERSION
:= 0x05
12 OPENOCD_JTAG_CONFIG
:= stlink-v2.cfg
13 OPENOCD_CONFIG
:= stm32f4xx.stlink.cfg
15 # Note: These must match the values in link_$(BOARD)_memory.ld
16 BL_BANK_BASE
:= 0x08000000 # Start of bootloader flash
17 BL_BANK_SIZE
:= 0x00008000 # Should include BD_INFO region
19 # 16KB for settings storage
21 EE_BANK_BASE
:= 0x08008000 # EEPROM storage area
22 EE_BANK_SIZE
:= 0x00008000 # Size of EEPROM storage area
24 # Leave the remaining 64KB sectors for other uses
26 FW_BANK_BASE
:= 0x08020000 # Start of firmware flash
27 FW_BANK_SIZE
:= 0x00060000 # Should include FW_DESC_SIZE
29 FW_DESC_SIZE
:= 0x00000064
31 OSCILLATOR_FREQ
:= 8000000
32 SYSCLK_FREQ
:= 168000000