MCX A and MCX N merged to MCX family

This commit is contained in:
Jerry Palacios
2024-02-20 18:02:42 -06:00
parent 69ad3e2c8d
commit 5c14bd13da
37 changed files with 99 additions and 540 deletions

View File

@@ -0,0 +1,5 @@
int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
return 0;
}