You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
802 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # This is an genericBoard board with a single STM32F407VETx chip
  2. #
  3. # Generated by STM32CubeIDE
  4. # Take care that such file, as generated, may be overridden without any early notice. Please have a look to debug launch configuration setup(s)
  5. source [find interface/cmsis-dap.cfg]
  6. set WORKAREASIZE 0x8000
  7. transport select "swd"
  8. set CHIPNAME STM32F407VETx
  9. set BOARDNAME genericBoard
  10. # Enable debug when in low power modes
  11. set ENABLE_LOW_POWER 1
  12. # Stop Watchdog counters when halt
  13. set STOP_WATCHDOG 1
  14. # STlink Debug clock frequency
  15. set CLOCK_FREQ 4000
  16. # Reset configuration
  17. # use hardware reset
  18. reset_config srst_only srst_nogate
  19. set CONNECT_UNDER_RESET 0
  20. set CORE_RESET 0
  21. # ACCESS PORT NUMBER
  22. set AP_NUM 0
  23. # GDB PORT
  24. set GDB_PORT 3333
  25. # BCTM CPU variables
  26. source [find target/stm32f4x.cfg]