Where do basic System Debug setting happen using STM32Cube
I'm working with a project generated by STM32CubeMX. I can see all the generated code that enables the various IPs and all the pin configuration. However, I can't locate where GPIOs are set to be used for SWD/SWO. I can see in CubeMX that PB3, PA13 and PA14 are setup for debug but I don't see this specifcally in the code. I'm asking because, when I try to get SWO output from the demonstration project, I get nothing. It leads me to believe that perhaps the BSP in the demo project does not enable the SWO pin and I wanted to find out where this happens. Any help is appreciated.
RegardsKartik #stm32f439-iar