User Activity

Posted on August 08, 2017 at 10:56I download the en.stm32cubemx.zip file from st.com website, but can't install it.When I double-click the SetupSTM32CubeMX-4.22.0.app, nothing happen. my java version is :╰─$ java -versionjava version '1.8.0_111'Java...
Posted on February 15, 2016 at 03:56smt32f091rc svd file in Keil only has 4 usart, missed uart5 ~ uart8, and I am using uart6 and uart8, how to fix this problem. In my case, if I break the program, the application will fall in uart irq's dead loop, ...
Posted on April 21, 2015 at 11:03I am using CubeMx to generate my project code, it's really a good tools. But there's a new HAL layer in the generated code, which uses extra resources. I don't like this too much, so will there be an option that can ...
Posted on March 13, 2015 at 04:03In the CubeMX generated code, I found this macro ''USE_RTOS'', in the implementation of HAL_LOCK macro. And the comment '' USE_RTOS should be 0 in the current HAL release ''. But now I'm using FreeRTOS. So I need to ...
Posted on January 12, 2015 at 04:39Now I'm using STM32F103RE and system will enter stop mode with a periodic RTC wakeup routine. But sometimes when system exites from STOP MODE, the adc's value can't be updated correctly, especially when system ente...
Kudos from