summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-14 15:33:57 +0700
committerhathach <[email protected]>2023-06-14 15:33:57 +0700
commit31a66eb5bcd09ee62d3a28069ae6a5e7d6e2ec08 (patch)
tree086089450c184c0f5c299b6320eaab43d5478ca0 /hw
parent8b8b9690ad8c546a8310c942ea926f654562f97c (diff)
mcx neeed helps to locate rtt control block
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/mcx/mcx.jlinkscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/bsp/mcx/mcx.jlinkscript b/hw/bsp/mcx/mcx.jlinkscript
new file mode 100644
index 000000000..fd8bcffef
--- /dev/null
+++ b/hw/bsp/mcx/mcx.jlinkscript
@@ -0,0 +1,5 @@
+int SetupTarget(void) {
+ JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
+
+ return 0;
+}