User Activity

Hello,I'm trying to make a project using a scrollWhel. I put in my scrollWhel a container containing 8 sliders and I put 64 items in my scrollWhel.I'd like to change the values of the sliders dynamically each time the page changes, but I can't manage...
Hello, I'm working on STM32H7B3I-EVAL with STM32CubeIDE. I would like to write in the OSPI, so I made the following code: void OSPI_Write(uint32_t address, uint8_t *data, uint32_t size) { OSPI_RegularCmdTypeDef sCommand; // Désactivation du mode map...
Hello,I'm currently learning how to use an STM32H7B3I-EVAL, I'm just starting out. I'm trying to debug a simple TouchGFX project with only a slider with STM32CubeIDE.The problem is that when debugging I get a warning:Warning: the current language doe...