User Activity

I currently use the STM32 ButtonController class to poll external GPIO Buttons. Is this the best way to implement Hardware Buttons or would GPIO Interrupts with a signal being sent to the Presenter be a more efficient solution?
I am using TouchGFX for a project with hardware buttons, but no touch screen.Im trying to interface with the UI elements using the hardware buttons. For example I have a ScrollList full of toggle buttons, and I wish to toggle these buttons using the ...
Hi all,Im wanting to measure both the width and height of input pulses using ADC and Timers.To get the width I can use a Timer with Input Capture and __HAL_TIM_GetCounterBut to get the height I'm unsure the best way. Currently I'm using the Input Cap...
Hi All,Using an STM32F446RE with TouchGFX 4.16 and MX25L6433F external SPI flash.When generating the TouchGFX project, the generated TouchGFXGeneratedDataReader.cpp contains a few errors which prevents the data from flash being used.Here is the gener...
Kudos from