STM32CUBEIDE "undefined reference to" Problem
I am trying to add StemWin to my project to drive a displayer. I could integrate LCD low-level hardware to the microcontroller. But when I want to use GUI functions it returns me an error “undefined reference to” for every function. How come compiler doesn’t allow to use functions from the included library?
I have added the project for the ones who want to produce same problem.