User Activity

Hello,According to the Reference Manual of the STM32L431 controller, the ADSTP in the ADC_CR register must be set to 1 to stop the ADC. Additional condition is that both ADSTART=1 and ADDIS=0 must be. Once the ADC is stopped, the ADSTP bit is cleared...
Hello,I've created a custom PCB with a STM32F207 controller on it. With this board I want to address different targets using SWD. My targets are a STM32F407 and a STM32L431 controller. I implemented a custom SWD interface with Timer and DMA on my F20...
Hi guys,I want to use the ADC with DMA and external trigger. Sounds easy, and its working, but not to 100%. The ADC should measure 2 channels, Channel 3 and Vrefint. Every measurement should be repeated 50 times, that I get 100 values. The external t...
Hey guys, I'm a bit confused in using the ADC in differential mode. I've got a shunt resistor and want to measure the voltage as exact as possible. One side of the shunt is connected to GND, but with higher currents, this GND is not anymore GND (it's...
Hi guys, I want to use 10 external interrupts. 9 of them are working fine, but one of it makes trouble. I'm using CubeMX and configured the 10 pins as external interupt with falling edge detection and enabled the interrupts. The pins are: PB6, PB7, P...
Kudos from