User Activity

I have a custom container that pops up on a screen for password entry. The password is set using 4 scroll wheels and an entry button with icon. When the entered password matches the required password a flag variable is set and the custom container is...
I have created a custom container available in multiple screens that can be used for adjusting a selected menu value.Each screen has a number of selectable parameters and when the parameter is selected a custom container becomes visible containing a ...
I am trying to get basic TouchGFX graphics working on STM32F407 over FSMC to an SSD1963 screen controller. I am getting the following errors on compile:#error "a user must call touchgfx::startnewtransfer(); once touchgfxDisplayDriverTransmitBlock(): ...
I have an STM32F401 MCU acting as a master on its I2C1 port linked to a slave STM32F407 MCU, and a couple of DIO expanders (PCF8575). After a random period of between minutes and days the Master appears to stop updating the Slave MCU but continues to...