User Activity

If I configure the LTDC interface on my STM32F746IE device, TIM2 is disabled.I can reset the state of LTDC_R2 (PA1), then TIM2 is available, but disables itself after reconfiguring LTDC.PA0 = TIM2 CH1PA2 = TIM2 CH3I searched accros the datasheet, ref...
HelloIs there a way to determine which items in a ScrollList are visible at the moment (item index)?Because the user will control the GUI by buttons i like highlight the currently selected item in the list (similar behaviour like a list on a PC progr...
I am working on an Application where I am using a ScrollList which should serve as menu.There is no touch so I control the behaviour by buttons.Depended on the menu to show the content is predefined by text resources. However some content is dynamic ...
Hy allI have a STM32469NI_Disco Board and start a project using CubeMX 5.2.0 as following:Select board by Board Selector.Let initialize standard peripherals.Connectivity - USB_OTG_FS: Select "Host_Only" and "Activate_VBUS"Middleware - USB_HOST: Selec...
HiIs there already a OSWrapper_cmsis.cpp for FreeRTOS v2?Currently I am stuck because the OSWrapper_cmsis.cpp seems to be for v1.I tried to port my Atollic Project to FreeRTOS CMSIS v2.However there a now a lot of compiler failures left, which I cann...