hwdef-bl.dat 683 B

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