Skip to content

Commit 31a66eb

Browse files
committed
mcx neeed helps to locate rtt control block
1 parent 8b8b969 commit 31a66eb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.idea/runConfigurations/mcx947_jlink.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hw/bsp/mcx/mcx.jlinkscript

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
int SetupTarget(void) {
2+
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
3+
4+
return 0;
5+
}

0 commit comments

Comments
 (0)