diff options
| author | hathach <[email protected]> | 2023-07-03 16:35:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-07-03 16:35:22 +0700 |
| commit | bb0e688b8e950652c70d82b46b7093e14b33c350 (patch) | |
| tree | 48263fe3a450d222e66bdbd033e600351c4030a3 /hw/bsp/ra/debug.jlinkscript | |
| parent | 04b1a67898cbd32f09cf7ef5384b780afee30e8c (diff) | |
add jlinkscript for detect rtt
Diffstat (limited to 'hw/bsp/ra/debug.jlinkscript')
| -rw-r--r-- | hw/bsp/ra/debug.jlinkscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/bsp/ra/debug.jlinkscript b/hw/bsp/ra/debug.jlinkscript new file mode 100644 index 000000000..b34cfaa7f --- /dev/null +++ b/hw/bsp/ra/debug.jlinkscript @@ -0,0 +1,4 @@ +int SetupTarget(void) { + JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x80000"); + return 0; +} |
