Integrating Qt for MCUs UI with STM32CubeIDE to Control LED on STM32H7S78-DK
-
I have successfully built and flashed the Qt for MCUs demo on the STM32H7S78-DK board. I have also generated a static library of the UI from Qt for MCUs.
Now, I would like to integrate this UI library into an STM32CubeIDE project and create a small demo — for example, toggling an onboard LED when a button is pressed on the UI.
However, I couldn’t find any reference example or documentation explaining how to establish communication between the Qt for MCUs UI layer and the STM32 firmware.
Could anyone please guide me or share a reference example that demonstrates how to connect the UI events (like button press) with hardware functions (like LED control) in STM32CubeIDE?