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.

SD_CARD_SPI.cfg 929B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # This is an NUCLEO-L152RE board with a single STM32L152RETx 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 STM32L152RETx
  9. set BOARDNAME NUCLEO-L152RE
  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/stm32l1x.cfg]