User Activity

STM32F302RBT...I want to use OpAmp1 in PGA Connected mode feeding ADC1 IN3. According to CubeMX the OpAmp pins VINP, OPAMP_VOUT and VINM are all 'Used' even though VOUT is internally connected to the ADC and VINM is not being used.If in the cube I ch...
Posted on October 21, 2015 at 14:43 STM32f30x The aim is to trigger the DMA from a timer. The DMA should then send one row of data from my buffer to the SPI. The DMA should then trigger an interrupt which points DMA to the next row in the bu...
Posted on October 20, 2015 at 12:58 Hi The driver version I am using is * @version V1.0.1 * @date 23-October-2012 Is this an old version? If yes then where do I get a newer one? My problem is when I call some of the funct...
Posted on October 14, 2015 at 18:22 I am using the ST32f I would like TIM4 to trigger the DMA which should move data from memory to SPI2. Tim4 count is changing but it does not trigger the DMA. Can somebody please point out where I am go...