// <<< Use Configuration Wizard in Context Menu >>>
// Debug Setup
// Vector Reset
// <0=> Processor Only
// <1=> Processor and Peripherals
// Select if to additionally reset peripherals after a Vector Reset
VecResetWithPeriph = 1;
//
// TPIU Pin Routing (TRACECLK fixed on PF_4)
// Configure the TPIU pin routing as used on your target platform.
// TRACEDATA0
// <0=> Pin PF_5
// <1=> Pin P7_4
// TRACEDATA1
// <0=> Pin PF_6
// <1=> Pin P7_5
// TRACEDATA2
// <0=> Pin PF_7
// <1=> Pin P7_6
// TRACEDATA3
// <0=> Pin PF_8
// <1=> Pin P7_7
RoutingTPIU = 0x00000000;
//
// <<< end of configuration section >>>