SOLVED: Undefined Reference to function (STM32 CubeIDE)
A quick solution to error “undefined reference to function” in STM32 CubeIDE or any other STM32 development IDE.
A quick solution to error “undefined reference to function” in STM32 CubeIDE or any other STM32 development IDE.
Debug printf for STM32 can be a useful tool to print out system logs without using UART when SWO output is used. Here is a tutorial for SWO.