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 10LPC541xx_SWO_Pin = 2; 11// 12 13// <h>Debug Configuration 14// <o.0> StopAfterBootloader <i> Stop after Bootloader 15// </h> 16Dbg_CR = 0x00000001; 17// 18 19// <h> Slave CPU Image Entry 20// <i> Slave CPU Image Entry 21// <o> Slave CPU Image Entry 22sCPU_ImageEntry = 0xFFFFFFFF; 23// </h> 24 25// <<< end of configuration section >>>