mcx neeed helps to locate rtt control block

This commit is contained in:
hathach
2023-06-14 15:33:57 +07:00
parent 8b8b9690ad
commit 31a66eb5bc
2 changed files with 15 additions and 0 deletions

View File

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