diff options
| author | hathach <[email protected]> | 2023-06-14 15:33:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-14 15:33:57 +0700 |
| commit | 31a66eb5bcd09ee62d3a28069ae6a5e7d6e2ec08 (patch) | |
| tree | 086089450c184c0f5c299b6320eaab43d5478ca0 /hw | |
| parent | 8b8b9690ad8c546a8310c942ea926f654562f97c (diff) | |
mcx neeed helps to locate rtt control block
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/mcx/mcx.jlinkscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/bsp/mcx/mcx.jlinkscript b/hw/bsp/mcx/mcx.jlinkscript new file mode 100644 index 000000000..fd8bcffef --- /dev/null +++ b/hw/bsp/mcx/mcx.jlinkscript @@ -0,0 +1,5 @@ +int SetupTarget(void) { + JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000"); + + return 0; +} |
