dosimeter-fw Debug.cfg 928 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # This is an genericBoard board with a single STM32F446RCTx 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/stlink-dap.cfg]
  6. set WORKAREASIZE 0x8000
  7. transport select "dapdirect_swd"
  8. set CHIPNAME STM32F446RCTx
  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 8000
  16. # Reset configuration
  17. # use hardware reset, connect under reset
  18. # connect_assert_srst needed if low power mode application running (WFI...)
  19. reset_config srst_only srst_nogate connect_assert_srst
  20. set CONNECT_UNDER_RESET 1
  21. set CORE_RESET 0
  22. # ACCESS PORT NUMBER
  23. set AP_NUM 0
  24. # GDB PORT
  25. set GDB_PORT 3333
  26. # BCTM CPU variables
  27. source [find target/stm32f4x.cfg]