User Activity

Posted on August 21, 2015 at 14:02Hello I'm faced to the Problem that I do have to use TIM2 channel 4 for Input capture. I know that channel 4 can not be used like 1 to 3. But I thaught I can use the channel 4 to get edges and take CCR4 as counter t...
Posted on July 06, 2015 at 12:31I'm using the STM32F4-Discovery_FW_V1.1.0. I could find drivers to write the microcontroller flash. But now I Need to read the data back out of the ROM. Are there any drivers which offer such a function? #stm32-fla...
Posted on April 16, 2015 at 14:12Hello I want to measure the duty cycle of an input frequency on the stm32f4. For that I need to use the TIM3 or TIM8 and there I have to use channel CH3 and CH4. But now I'm looking for TIM_PWMIConfig(...) and there ...
Posted on February 20, 2015 at 20:02Hello It seems that I do have huge challange. I need 14 analog inputs working continuously. According this I'm using DMA transmission. I've setup the GPIO config I've setup the DMA config. I've setup the ADC1 con...
Posted on February 18, 2015 at 20:33Hello Is there anywhere a satisfactory description for the existing interrupts and there sources defined at stm32f4xx_dma.h? #adc-dma-stm32f4