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