LPC18xx.dbgconf 687 B

12345678910111213141516171819202122232425262728293031
  1. // <<< Use Configuration Wizard in Context Menu >>>
  2. // <h> Debug Setup
  3. // <o> Vector Reset
  4. // <0=> Processor Only
  5. // <1=> Processor and Peripherals
  6. // <i> Select if to additionally reset peripherals after a Vector Reset
  7. VecResetWithPeriph = 1;
  8. // </h>
  9. // <h> TPIU Pin Routing (TRACECLK fixed on PF_4)
  10. // <i> Configure the TPIU pin routing as used on your target platform.
  11. // <o.1> TRACEDATA0
  12. // <0=> Pin PF_5
  13. // <1=> Pin P7_4
  14. // <o.2> TRACEDATA1
  15. // <0=> Pin PF_6
  16. // <1=> Pin P7_5
  17. // <o.3> TRACEDATA2
  18. // <0=> Pin PF_7
  19. // <1=> Pin P7_6
  20. // <o.4> TRACEDATA3
  21. // <0=> Pin PF_8
  22. // <1=> Pin P7_7
  23. RoutingTPIU = 0x00000000;
  24. // </h>
  25. // <<< end of configuration section >>>