summaryrefslogtreecommitdiff
path: root/hw/bsp/mcx/debug.jlinkscript
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bsp/mcx/debug.jlinkscript')
-rw-r--r--hw/bsp/mcx/debug.jlinkscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/bsp/mcx/debug.jlinkscript b/hw/bsp/mcx/debug.jlinkscript
new file mode 100644
index 000000000..fd8bcffef
--- /dev/null
+++ b/hw/bsp/mcx/debug.jlinkscript
@@ -0,0 +1,5 @@
+int SetupTarget(void) {
+ JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
+
+ return 0;
+}