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_10 7// <1=> PIO0_8 8SWO_Pin = 0; 9// 10 11// <h>Debug Configuration 12// <o.0> StopAfterBootloader <i> Stop after Bootloader 13// </h> 14Dbg_CR = 0x00000001; 15// 16 17 18// <<< end of configuration section >>>