Files
2025-12-13 11:59:11 +02:00

5 lines
100 B
Plaintext

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