Question
I saw your "STM32CubeIDE Advanced Debug Features: Part 2" youtube video for SWD debugging, I tryed to create similar project but I got stuck in the compilation process
Hi, I just followed your instructions in my discovery disc1 board, first by generating code automatically from stm32cubeide v1.6.1, and then by appending additional debug code (define itm_port, _write function, etc), but in the compilation process the _write function in main.c is not reached by the compiler ('_write' defined but not used). So, I got stuck in the 1st pass. Could you help me?