STM32H747-DISCO with TouchGFX and ADC
Hi. I'm using a STM32H747-DISCO to sample a signal and would like to display the result on the TFT-display.
I have written a program code that do the ADC-sample in CubeIDE and I'm only using the M7 core, the M4 Core is put in sleep mode.
I started TouchGFX and ran a simple example and it worked.
Now to the problem.
The ADC code is written in C using a CubeIDE-project.
TouchGFX export C++ code without a CubeIDE-project. This use RTOS and it's hard to understand which core it's using or if it's using both cores.
How can I export the TouchGFX code so I can debug it in CubeIDE and implement the ADC and GPIO functions?