Resolved! STM32F103 not working SWV
Hello here,I tried to use SWV for debug plotting in my project.I have STM32F103TBU6 and ST-Link V2.I turn on Trace Async Sw:My clock:In main.c I defined "stdio.h" and _write func:/* USER CODE BEGIN 0 */ int _write(int file, char *ptr, int len) { i...