User Activity

Posted on October 03, 2017 at 13:32Hi community,I need help again. I have a problem with my stm32f030RCT6 program. Yesterday I programmed this MCU and today morning a saw problem. Problem is with reconfiguring rcc settings. MCU was programmed with P...
Posted on September 21, 2017 at 13:06Hi, I have a strange problem with ADC values reading. My MCU and ADC is configured like below:My main.c is like below:// Union with data from ADCunion {    uint16_t ADCtable[9];    struct    {       uint16_t sens...
Posted on July 03, 2017 at 16:49Hello again community !I have next problem with my stm32F030RCT6. Problem is with receiving data from UART. In my project I am using all 6 UART’s that is why I can’t use DMA for all UART’s (this Mcu has no enough DMA ...
Posted on June 12, 2017 at 14:25 Hello Community, I have problem with starting main program after jump from bootloader. I am using ECLIPSE with SW4STM32 and CubeMX. Ok, what I did: 1. I writed bootloader which is prepared with settings: ...