Posted on January 19, 2015 at 20:00Hello everybody! I've a very strange error. I've running application for stm32f407. I can download the code and it's working well. But when I want to debug with CoIDE the code stopped at 1FFF39c4 so in the system m...
Posted on October 22, 2014 at 18:29Hello everybody! Where can I download a previous version of the stm32cubemx? A newest version has generation bug, the generated c files not working. The initalization paramater sets in the structures but the init f...
Posted on October 17, 2014 at 21:30
Hello everybody!
I found a bug with the new cubemx and rtc clock code generation.
So I set te RTC paramters at cubemx, the first what I see that the sync predivider limited to max 255, but this is ...
Posted on October 16, 2014 at 12:24Hy all! I have a problem with CubeMX and sd card init with dma channels. I check that all of the sd card example project has 2 dma stream for sd card communication. So that I would like to set DMA2_Stream6 for Tx a...
Posted on December 12, 2014 at 21:56Yes the concept is good. With cubemx you can generate the project with all required files. I used it my project, I have a working project with standard library, everything is working. I would like to switch to cub...
Posted on November 17, 2014 at 17:29I've compared the stm32cube and the standard library RTC_Get_Time functions. One difference in the cube file is this: sTime->SubSeconds = (uint32_t)(hrtc->Instance->SSR); If I comment this line the program is work...
Posted on November 17, 2014 at 13:37
I've found a new error with RTC. I have an application which uses RTC. I configured a wake up to feed a watchdog. An other function that I can stop the device. I this function I stop all of the tasks, and tak...
Posted on November 14, 2014 at 12:48Thank you very much. Now the RTC is working well. One thing about RTC init. I think it will be best, if the RTC init is checking the reset flag before init the time and date to 0.