Hardware integration on STM32H750 Disco board with TouchGFX
Hello
i'm trying to port the code shown in the webinar:
https://www.youtube.com/watch?v=jQO7zhX0e0Q
to the STM32H750 disco board, because i need urgently to be able to pilot a GPIO on that board.
The webinar shows the TouchGFX project genarated code, in particular on 29:54 the main.cpp is shown, which have hw_init() and touchgfx_init() functions, but in my main.cpp those functions are not there. is this because at the moment the touchGFX can't generate a CUBEMX project? any way to do that?
i also tryed to generate a project starting from CUBEMX, sinche this H750eval board is present, but when i choose that board, only the MCU is shown, not the board, so i can't configure any GPIO/Led ecc on board.
Thanks for any help