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:
...
Posted on October 03, 2017 at 20:25HSE is ok. Reset device solved problem. Since 8 hours is everything ok. I am waiting for the same situation...I am not using SLEEP...Magic will be the best answer this issue... Because I have no idea, how it is pos...
Posted on July 04, 2017 at 10:53Problem was with interrupts priority of course. I had no configured IRQ's priorities. THANK YOU Clive One for fast answer and of course huge HELP PROBLEM SOLVED. TOPIC CLOSED FOR ME.
Posted on June 12, 2017 at 16:36Yeeeeees ! It is working ! It was a problem.Thank You very much. I really appreciate that.For me topic is closed. Problem solved !Best regards Dawid Kozub