touchgfx + STM32H7S78-DK
Hi,
I am at the beginner/beginning stages trying to pick up STM32 ecosystem involving touchGFX and a display board STM32H7S78-DK. For now I would like to interact a touch button on screen to turn on an LED.
Could I get guidance on the overall workflow if it is correct:
1) touchGFX - generate UI and generate code
2) open up STM32CubeIDE and import touchGFX generated .cprojects and other supporting files
3) edit .ioc file to set LED pin (PO1) as output (active-low). save and generate code
4) stm32CubeIDE -> build and run
-> LED PO1 turns on but my display goes blank
over at touchGFX when I try to regenerate code it states [generate code failure]
Could I get some guidance thanks.
