blob: 1a646f4bea43d613e4c93e85562c44d524fd0eac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
// <<< Use Configuration Wizard in Context Menu >>>
// <o0> SWO pin
// <i> The SWO (Serial Wire Output) pin optionally provides data from the ITM
// <i> for an external debug tool to evaluate.
// <0=> PIO0_15
// <1=> PIO1_1
// <2=> PIO0_10
// <3=> PIO0_8
LPC541xx_SWO_Pin = 2;
//
// <h>Debug Configuration
// <o.0> StopAfterBootloader <i> Stop after Bootloader
// </h>
Dbg_CR = 0x00000001;
//
// <h> Slave CPU Image Entry
// <i> Slave CPU Image Entry
// <o> Slave CPU Image Entry
sCPU_ImageEntry = 0xFFFFFFFF;
// </h>
// <<< end of configuration section >>>
|