diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/LPC54616/arm/LPC5460x.dbgconf')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/devices/LPC54616/arm/LPC5460x.dbgconf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/LPC54616/arm/LPC5460x.dbgconf b/lib/chibios-contrib/ext/mcux-sdk/devices/LPC54616/arm/LPC5460x.dbgconf new file mode 100644 index 000000000..1a646f4be --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/devices/LPC54616/arm/LPC5460x.dbgconf | |||
@@ -0,0 +1,25 @@ | |||
1 | // <<< Use Configuration Wizard in Context Menu >>> | ||
2 | |||
3 | // <o0> SWO pin | ||
4 | // <i> The SWO (Serial Wire Output) pin optionally provides data from the ITM | ||
5 | // <i> for an external debug tool to evaluate. | ||
6 | // <0=> PIO0_15 | ||
7 | // <1=> PIO1_1 | ||
8 | // <2=> PIO0_10 | ||
9 | // <3=> PIO0_8 | ||
10 | LPC541xx_SWO_Pin = 2; | ||
11 | // | ||
12 | |||
13 | // <h>Debug Configuration | ||
14 | // <o.0> StopAfterBootloader <i> Stop after Bootloader | ||
15 | // </h> | ||
16 | Dbg_CR = 0x00000001; | ||
17 | // | ||
18 | |||
19 | // <h> Slave CPU Image Entry | ||
20 | // <i> Slave CPU Image Entry | ||
21 | // <o> Slave CPU Image Entry | ||
22 | sCPU_ImageEntry = 0xFFFFFFFF; | ||
23 | // </h> | ||
24 | |||
25 | // <<< end of configuration section >>> \ No newline at end of file | ||