HAL.tick() stops debug
Hi gm,
I am creating a project in STM32CubeIDE with touchGFX, right now the project builds, but when i pass it to the board the screen shows white, and when debugging I noticed that when it gets to the line tick() in HAL.hpp->backPorchExited which is called from TouchGFXHAL.cpp the code stops,
And I really don't understand this, the function itself is empty in HAL.hpp and it's called from inside the HAL class so i don't get how is this making my code stop.
I don't really know what kind of screenshots I can provide here, let me know if you want me to pass the project files or something.
