tinyusb/hw/bsp/mcxn/debug.jlinkscript
Jerry Palacios 73122cd5f9 mcx family renamed as mcxn
MCXN and MCXA have different ARM Cortex M33 core, can't be on the same family
2024-02-09 09:36:58 -06:00

6 lines
101 B
Plaintext

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