hwdef-bl.dat 613 B

123456789101112131415161718192021222324252627282930313233343536
  1. # hw definition file for KakuteF4 bootloader
  2. # MCU class and specific type
  3. MCU STM32F4xx STM32F405xx
  4. # board ID for firmware load
  5. APJ_BOARD_ID 122
  6. # crystal frequency
  7. OSCILLATOR_HZ 8000000
  8. STM32_PLLM_VALUE 8
  9. FLASH_SIZE_KB 1024
  10. # bootloader is installed at zero offset
  11. FLASH_RESERVE_START_KB 0
  12. # LEDs
  13. PB5 LED_BOOTLOADER OUTPUT LOW
  14. define HAL_LED_ON 0
  15. # the location where the bootloader will put the firmware
  16. FLASH_BOOTLOADER_LOAD_KB 64
  17. # board voltage
  18. STM32_VDD 330U
  19. # order of UARTs
  20. UART_ORDER OTG1
  21. PA11 OTG_FS_DM OTG1
  22. PA12 OTG_FS_DP OTG1
  23. define HAL_USE_EMPTY_STORAGE 1
  24. define HAL_STORAGE_SIZE 15360