User Activity

I have a system in which I have enabled IWDG in hardware (option bits). Now I would like to use preinstalled STM's bootloader to update the device, but I'm not sure if the IWDG will be started. In case the IWDG is started when Factory bootloader is b...
Posted on February 01, 2017 at 12:25Hi,I'm struggling with the DMA stream reenabling. I'm using 6 DMA streams to transfer known amount of data from memory to periph. Streams are triggerd with two PWM timers in the master-slave mode (update and CC tr...
Posted on November 24, 2016 at 22:06Hi, I'm using STM32F207 and I would like to trigger DMA transfer on the falling edge of the PWM (duty cycle). So, I have configured TIM1 in PWM mode and enabled CC1DE and CCDS bits. uint8_t outBuffer[16] = {0}; in...