Files
espLinuxESPIDF/components/espressif__tinyusb/hw/bsp/imxrt/debug.jlinkscript
T
2026-05-06 19:51:30 +07:00

6 lines
101 B
Plaintext
Executable File

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