User Activity

Hi All,I am using STM32F410RB chip.I want to make launch adc from timer periodically.From reference manual (RM0401) ADC can be triggered from TIM1_CH1 event.On figure 49 the only connection from TIM1 to ADC is TRGO.And from the same figure this TRGO ...
Hi, AllI have a fine working project but i don't have a designer project files.I want to add a TextAreaWithOneWildcard modifying only source code.I was using this article as a referencehttps://support.touchgfx.com/docs/development/ui-development/ui-c...
Hi all,I am working with a peripheral using SPI at 25MHz.I would like to use DMA to send a continuous stream of data but the problem is that peripheral requires a 125ns delay between bytes. Is there any way to achieve that with DMA?I guess if i use D...
HI All,I plan to use STM32L4S7ZITx cpu. I need to work with LCD screen which has parallel interface and connected to FMC. It works fine on demo board but i would like to offload the CPU. But i am not sure if FMC can work with DMA.I checked the follow...