User Activity

Posted on December 30, 2017 at 13:21Hi, everyone!I am trying to implement PID controller from arm_math library. I use this code as kind of example for this https://stm32f4-discovery.net/2014/11/project-03-stm32f4xx-pid-controller/  I am getting erro...
Posted on December 29, 2017 at 17:10Hi everyone. I have kinda dumb question...In reference manual and in libraries I am using I see that STM32F407VGT6 has ADC1, ADC2, and ADC3.But when I check the ping definition table it shows ADC12, ADC123 and ADC...
Posted on May 31, 2016 at 14:15Hello everybody.In my project it is necessary to reboot the MCU.What are the pin voltages during reset and right after reset if pins before reset are configured as output with Low or High logic level? See picture below...
Posted on March 16, 2016 at 14:09 Hello all. I am trying to configure UART interrupts, but I can't seem to find where/how to define which MCU am I using. When I made the project I chose the STM32F030CC which I am using, but in stm32f0xx.h fil...
Posted on February 27, 2016 at 10:53 Hello I am using STM32F030CC to communicate with BQ3060 fuel gauge through SMBus. Everything is working kinda fine, but I am little worried about my repeated start condition. I know reading 2 bytes ...