tinyusb/hw/bsp/mcx/debug.jlinkscript
2024-02-20 18:02:42 -06:00

6 lines
101 B
Plaintext

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