User Activity

Hello, I'm working with a nucleo F401RE board and the LL drivers, I have set up the ADC in DMA mode, checking into the DMA register all seems right, but when I start the ADC it converts only one value and than it stop, the ADC is triggered from an EX...
Hello,I'm working on a nucleo-f401re board, with HAL library.I'm trying sampling a signal and measure its duration, to do it I'm triyng to use the TIM2 of my board to detect rising and falling edges of the start signal, and this works fine.I would al...