User Activity

Posted on April 15, 2015 at 15:23I am using the STM32F429 and are using a timer in output compare mode. It works as expected, except that it toggles the output on overflow as well as compare. Is there some way to disable this behavior? I am using th...
Posted on December 19, 2014 at 10:42The data sheet says that an injected ADC conversion may happen on an external interrupt and will take priority over regular conversions. The interrupted regular conversion will resume once the injected conversion ...
Posted on December 16, 2014 at 18:25I have used CubeMX to generate the USB CDC driver. I connect my board to a computer and the device manager recognize it as: ''STMicroelectronics Virtual COM Port (COM15)'', but it has a error message: ''This devic...
Posted on December 03, 2014 at 12:15I have ADC1 and ADC2 sampling by using the hardware signal (external interrupt) from a timer. They use the same timer, but two different channels.It works for 10 minutes+, but then the ADC ISR is no longer called....
Posted on November 27, 2014 at 14:06 I have a STM32F429II with 2 x 1MB flash memories. It supports Read-While-Write on the flash banks. I have written code to write/read to the flash memory bank 2 and my application is on the flash bank 1. I hav...