2011-12-24 20:57:10 +01:00
|
|
|
BOARD_TYPE := 0x09
|
2012-03-21 08:00:32 +01:00
|
|
|
BOARD_REVISION := 0x02
|
2011-11-14 00:13:42 +01:00
|
|
|
BOOTLOADER_VERSION := 0x01
|
2011-11-01 07:10:54 +01:00
|
|
|
HW_TYPE := 0x00
|
|
|
|
|
|
|
|
MCU := cortex-m4
|
2011-11-01 07:36:52 +01:00
|
|
|
CHIP := STM32F405RGT
|
|
|
|
BOARD := STM32F4xx_OP
|
2011-11-01 07:10:54 +01:00
|
|
|
MODEL := HD
|
|
|
|
MODEL_SUFFIX :=
|
|
|
|
|
2012-02-25 18:35:29 +01:00
|
|
|
OPENOCD_JTAG_CONFIG := stlink-v2.cfg
|
|
|
|
OPENOCD_CONFIG := stm32f4xx.stlink.cfg
|
2011-11-01 07:10:54 +01: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 23:49:39 +02:00
|
|
|
|
|
|
|
# Leave the remaining 16KB and 64KB sectors for other uses
|
|
|
|
|
|
|
|
FW_BANK_BASE := 0x08020000 # Start of firmware flash
|
|
|
|
FW_BANK_SIZE := 0x00040000 # Should include FW_DESC_SIZE
|
2011-11-01 07:10:54 +01:00
|
|
|
|
|
|
|
FW_DESC_SIZE := 0x00000064
|
|
|
|
|
2012-03-05 01:50:27 +01:00
|
|
|
OSCILLATOR_FREQ := 8000000
|
2011-11-01 07:10:54 +01:00
|
|
|
SYSCLK_FREQ := 168000000
|