Proto Debug.cfg 898 B

123456789101112131415161718192021222324252627282930313233343536
  1. # This is an Proto board with a single STM32F401RCTx chip
  2. #
  3. # Generated by System Workbench for STM32
  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.cfg]
  6. set WORKAREASIZE 0x8000
  7. transport select "hla_swd"
  8. set CHIPNAME STM32F401RCTx
  9. set BOARDNAME Proto
  10. # CHIPNAMES state
  11. set CHIPNAME_CPU0_ACTIVATED 1
  12. # Enable debug when in low power modes
  13. set ENABLE_LOW_POWER 1
  14. # Stop Watchdog counters when halt
  15. set STOP_WATCHDOG 1
  16. # STlink Debug clock frequency
  17. set CLOCK_FREQ 8000
  18. # use hardware reset, connect under reset
  19. # connect_assert_srst needed if low power mode application running (WFI...)
  20. reset_config srst_only srst_nogate connect_assert_srst
  21. set CONNECT_UNDER_RESET 1
  22. # BCTM CPU variables
  23. source [find target/stm32f4x.cfg]