2011-12-24 13:57:10 -06:00
|
|
|
BOARD_TYPE := 0x09
|
2012-03-21 02:00:32 -05:00
|
|
|
BOARD_REVISION := 0x02
|
2013-04-30 18:26:25 +02:00
|
|
|
BOOTLOADER_VERSION := 0x05
|
2011-11-01 01:10:54 -05:00
|
|
|
HW_TYPE := 0x00
|
|
|
|
|
|
|
|
MCU := cortex-m4
|
2011-11-01 01:36:52 -05:00
|
|
|
CHIP := STM32F405RGT
|
2014-09-04 15:13:16 +02:00
|
|
|
BOARD := STM32F4xx_RP
|
2011-11-01 01:10:54 -05:00
|
|
|
MODEL := HD
|
|
|
|
MODEL_SUFFIX :=
|
|
|
|
|
2012-02-25 12:35:29 -05:00
|
|
|
OPENOCD_JTAG_CONFIG := stlink-v2.cfg
|
|
|
|
OPENOCD_CONFIG := stm32f4xx.stlink.cfg
|
2011-11-01 01:10:54 -05:00
|
|
|
|
|
|
|
# Note: These must match the values in link_$(BOARD)_memory.ld
|
|
|
|
BL_BANK_BASE := 0x08000000 # Start of bootloader flash
|
|
|
|
BL_BANK_SIZE := 0x00008000 # Should include BD_INFO region
|
2012-03-25 17:49:39 -04:00
|
|
|
|
2013-05-11 22:06:30 +02:00
|
|
|
# 16KB for settings storage
|
|
|
|
|
|
|
|
EE_BANK_BASE := 0x08008000 # EEPROM storage area
|
|
|
|
EE_BANK_SIZE := 0x00008000 # Size of EEPROM storage area
|
|
|
|
|
|
|
|
# Leave the remaining 64KB sectors for other uses
|
2012-03-25 17:49:39 -04:00
|
|
|
|
|
|
|
FW_BANK_BASE := 0x08020000 # Start of firmware flash
|
2013-04-30 18:26:25 +02:00
|
|
|
FW_BANK_SIZE := 0x00060000 # Should include FW_DESC_SIZE
|
2011-11-01 01:10:54 -05:00
|
|
|
|
|
|
|
FW_DESC_SIZE := 0x00000064
|
|
|
|
|
2012-03-04 19:50:27 -05:00
|
|
|
OSCILLATOR_FREQ := 8000000
|
2011-11-01 01:10:54 -05:00
|
|
|
SYSCLK_FREQ := 168000000
|