Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi all, I have this problem. I want to start the ADC of my microcontroller, and following the reference manual it says I have to wait until the ADRDY register is set by the hardware to continue and make conversions, but that register never sets. This...
I am trying to test out the Stop2 mode on the STM32U575 (Specifically the NUCLEO-U575ZI-Q) but am getting very high currents in the mAs. I am putting the device into Stop2 mode with the MSIS as the system clock at 4MHz. I then set the Power Regulator...
Hey everyone,I cant seem to get separate callbacks going for my spi peripherals, each using DMA. Their both receiving data and by default seem to respond to HAL_SPI_RxCpltCallback. So whether SPI1 or SPI4's reception completes, HAL_SPI_RxCpltCallback...
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...