I am using STM32H743XI to capture a image sensor signal by using ADC and DMA.The image sensor signal is an analog signal following a 2.5MHz clock.I planed to use ADC and DMA to capture an image frame in a memory buffer.The size of the buffer is 268x1...
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
I have an STM32L431RCT6. I'm trying to read the internal temperature sensor using DMA, but I get temperature values > 130 °C.I can read the temperature without the DMA just fine. And the other channels can be read fine using regular conversion or DMA...
Hello,I'm trying to use the CM4_SEV_IRQHandler to send interrupt to the CM7 by CM4. Do you know if there is some documentation about that because the reference manual just give the number of NVIC about this interrupt (p.800/3528)?Can I use this inter...
HI,After having configured the SAI PORT of the STM32L5 to communicate with a CODEC do you know how to recover the data ?Thank for your helps Regards
I was trying to do baremetal programming and using L412 controller. I am facing trouble with I2C.