User Activity

Posted on June 05, 2017 at 00:37I have implemented the IWDG on the STM32F4 and it works without problems. I have the DBG_IWDG_STOP bit in the  DBGMCU_APB1_FZ set to avoid Watchdog Faults i.e. when debugging. Did I get it right that the watchdog in a...
Posted on May 21, 2016 at 03:37I am trying to get the Clock Configuration of an STM32F302CB to work. We are using 16 MHz Oscillators. With the STM32F4 I used the clock configuration tool to generate the system_stm32xxx.c file. Unfortunately, I did n...
Posted on February 06, 2016 at 18:06 I am using STM32F407VGT-6 chips. I use the DMA2 Stream0 with the ADC1 to read analog values. On two of my Boards, the code is working fine and I am not having any problems. On a third Board I programm...
Posted on April 28, 2015 at 23:47Hi,I have a question concerning the clock configuration of an STM32F103RBT6. I used several STM32F4 chips before and generated the system_stm32f4xx.c file with the STM32F4 Clock Configuration Tool. It seems that ther...
Posted on May 15, 2014 at 13:44 I'm using USART with circular buffers and interrupts to transmit and receive. To transmit, a byte is written to the buffer, the TXE interrupt is enabled and then the byte is sent and theTXE Flag is cleared in t...