Question
hardware integration
can i use stm32 hal libraray to interact touch gfx with hardware without using task and queue methods one of the video posted by st on youtube
https://www.youtube.com/watch?v=qqCu3D3zhn4
ie, functions and variables are used as extern
simply write h and c file for hardware and call h file inside touch gfx as extern shown in above video link
