User Activity

I am trying to "press" a button without actually touching the touchscreen of my development board.Reading the TouchGFX documentation, I found that there is a method calledClickEvent, that seems like it might do the trick.I tried calling the following...
I have developed a device able to measure acceleration, so I essentialy have a GUI with a "start", "stop" buttons and also a text buffer showing the result of the last measurement.When I press the start button, a measurment starts and it keeps going ...
Hello everyone. I'm trying to use some functions available in the CMSIS DSP Library.First I tried to add the library through CubeMX->Additional Software, but found a known bug reported here. According to this link, this bug should be fixed for the ne...