add jlinkscript for detect rtt

This commit is contained in:
hathach
2023-07-03 16:35:22 +07:00
parent 04b1a67898
commit bb0e688b8e
6 changed files with 15 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x80000");
return 0;
}