-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# This is an PRO58 board with a single STM32F103C8Tx chip | ||
# | ||
# Generated by System Workbench for STM32 | ||
# Take care that such file, as generated, may be overridden without any early notice. Please have a look to debug launch configuration setup(s) | ||
|
||
source [find interface/stlink.cfg] | ||
|
||
set WORKAREASIZE 0x5000 | ||
|
||
transport select "hla_swd" | ||
|
||
set CHIPNAME STM32F103C8Tx | ||
|
||
# Enable debug when in low power modes | ||
set ENABLE_LOW_POWER 1 | ||
|
||
# Stop Watchdog counters when halt | ||
set STOP_WATCHDOG 1 | ||
|
||
# STlink Debug clock frequency | ||
set CLOCK_FREQ 4000 | ||
|
||
# use software system reset | ||
reset_config none | ||
set CONNECT_UNDER_RESET 0 | ||
|
||
source [find target/stm32f1x.cfg] |
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.