Files
tinyUSB/hw/bsp/mcxa/debug.jlinkscript

6 lines
101 B
Plaintext
Raw Normal View History

2024-02-07 18:33:19 -06:00
int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
return 0;
}