User Activity

I am trying to understand what I am doing wrong here. The following image was captured during a debug session to show strange behaviour.In the If statement ap->enable and ap->active are both true, but ap->relay_map is 0, as shown on the right, so thi...
I have created a custom container which includes some text boxes, scrollists labels etc to allow the user to set the parameters for an alarm. I add one of these custom containers to my listlayout in code for each alarm to be set. So the user is prese...
I am not very experienced with CPP or TouchGFX. I have created a Custom Container with a TextArea, a ToggleButton, and a couple of ScrollWheels. I have created a list layout, and used .add() to add two new instances of the Custom Container to my list...
I have tried many things but cannot seem to get ADC multichannel DMA with Freertos on STM32H735G-DK working.I have setup the ADC to use DMA following many tutorials. I have set up a task to start the ADC with DMA, but the conversion complete callback...
I am using STM32H735G-DKCubeIDE 1.15.0touchGFX 1.23.1I am trying to get a relatively simple program to run on this DK. Runs fine in the touchGFX simulator. Will not run when downloaded to the board in  touchGFX, nor from cubeIDE. Just get blank white...