From eb298e2b81762ab2ead484dd021179d09e0335c9 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 14 Jul 2023 12:34:43 +0700 Subject: add clock_config.c for imxrt generated by mcuxpresso config --- hw/bsp/mcx/debug.jlinkscript | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hw/bsp/mcx/debug.jlinkscript (limited to 'hw/bsp/mcx/debug.jlinkscript') diff --git a/hw/bsp/mcx/debug.jlinkscript b/hw/bsp/mcx/debug.jlinkscript new file mode 100644 index 000000000..fd8bcffef --- /dev/null +++ b/hw/bsp/mcx/debug.jlinkscript @@ -0,0 +1,5 @@ +int SetupTarget(void) { + JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000"); + + return 0; +} -- cgit v1.3.1