3 BOOTLOADER_VERSION
:= 0x04
8 OPENOCD_JTAG_CONFIG
:= foss-jtag.revb.cfg
9 OPENOCD_CONFIG
:= stm32f3x.cfg
11 BL_BANK_BASE
:= 0x08000000 # Start of bootloader flash
12 BL_BANK_SIZE
:= 0x00004000 # Should include BD_INFO region
14 # Some KB for settings storage (32kb)
15 EE_BANK_BASE
:= 0x08004000 # EEPROM storage area
16 EE_BANK_SIZE
:= 0x00008000 # EEPROM storage size
18 FW_BANK_BASE
:= 0x0800C000 # Start of firmware flash
19 FW_BANK_SIZE
:= 0x00034000 # Should include FW_DESC_SIZE (208kB)
21 FW_DESC_SIZE
:= 0x00000064
23 OSCILLATOR_FREQ
:= 8000000