2023-01-03 10:30 AM
Hi there!
I start one project with STM32F051 i use a ADC with DMA. I configurate DMA with Timer15 Trigger Out event, everything work . So now i whant before the conversion start put one GPIO high how i can i do that ?
Thanks a lot
Sergio
2023-01-03 10:52 AM
For example, by setting some of the TIM15 channels to output PWM.
JW