Files
2026-05-06 19:51:30 +07:00

5 lines
100 B
Plaintext
Executable File

int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x80000");
return 0;
}