Necessity of the SWO Pin for Debug Purposes
This question pertains to an STM32F413 target board I constructed.
I deliberately skinnied down my target's programing port to include only these barebones signals mentioned in the STLINK V3SET user manual:
- T_VCC
- T_SWCLK
- GND
- T_SWDIO
- T_NRST
- T_VCP_TX
- T_VCP_RX
The last two signals are to support the Virtual COM Port feature.
I can program my target board using the STLINK V3SET and STM32CUBEPROGRAMMER. However I cannot debug the board using STM32CUBEIDE.
Is the reason for this that I failed to implement the T_SWO signal between the STLINK and my target?
Thanks in advance for any feedback on this.
