User Activity

Spoiler Storing the Images in Jpeg or png format for displaying GIFs in STM32U5 controller Storing the Images in Jpeg or png format for displaying GIFs in STM32U5 controllerHello, I want to display some GIFs on my STM32U5 board. Images are stored in ...
Hi, I have TouchGFX Designer 4.22.0 version installed in my PC. For my project I am using STM32U5A9NJH6Q  controller with Riverdi display part number SM-RVT50HQSNWC00-B. But, in the TouchGFX Designer application I am not able to create a project beca...
I am using a STM32F4 microcontroller, I have to read the ADC values from 3 gpio pins so i am using ADC1, ADC2, ADC3, with DMA and all ADC's is configured in a continuous mode, because i have to collect the ADC values from all ADC's during pulse time ...
I have 3 ADCs (ADC1, ADC2, ADC3) configured with 3 different channels for 3 gpio pins to collect the data and all 3 ADC's are triggered simultaneously by TIM1 at the rising edge of the pulse. It is also configured in the single conversion mode (i.e.,...
I am using the DMA to collect the ADC data's. The ADC data's are now configured in a single mode and ADC is triggered at the rising edge of a pulse (I am using TIM8 for the pulse generation and the pulse can be set for 10us till 400us, i am also usin...