summaryrefslogtreecommitdiff
path: root/simonnnnn/simonnnnn Run.cfg
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-01-26 18:26:26 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-01-26 18:26:26 +0100
commitbc481107298791bf0efd984ecc53dc92b8719878 (patch)
tree332af7837f310af85b261611ed016e0e6312262c /simonnnnn/simonnnnn Run.cfg
parent816804c9c114e20d2231258cc346c3714590b9ea (diff)
Insertion du projet dans sa totalité
Diffstat (limited to 'simonnnnn/simonnnnn Run.cfg')
-rw-r--r--simonnnnn/simonnnnn Run.cfg36
1 files changed, 36 insertions, 0 deletions
diff --git a/simonnnnn/simonnnnn Run.cfg b/simonnnnn/simonnnnn Run.cfg
new file mode 100644
index 0000000..d5fb51d
--- /dev/null
+++ b/simonnnnn/simonnnnn Run.cfg
@@ -0,0 +1,36 @@
+# This is an NUCLEO-L053R8 board with a single STM32L053R8Tx 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 0x2000
+
+transport select "hla_swd"
+
+set CHIPNAME STM32L053R8Tx
+set BOARDNAME NUCLEO-L053R8
+
+# CHIPNAMES state
+set CHIPNAME_CPU0_ACTIVATED 1
+
+# 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 8000
+
+# use hardware reset, connect under reset
+# connect_assert_srst needed if low power mode application running (WFI...)
+reset_config srst_only srst_nogate connect_assert_srst
+set CONNECT_UNDER_RESET 1
+
+# BCTM CPU variables
+
+
+
+source [find target/stm32l0x.cfg]