User Activity

Posted on July 15, 2015 at 09:57Hey, until now I am using a timer in interrupt mode. The interrupt is called by the function HAL_TIM_PeriodElapsedCallback. This works fine for me. Now I need a second timer in interrupt. Can I call the interrupt with...
Posted on May 12, 2015 at 16:10Hey, after I updated a CubeMX generated project again with CubeMX, all my if loops in the while loop were lost. Other loops outside of the main() are untouched. Where is the problem? Can anybody help me please? Thanks ...
Posted on May 06, 2015 at 12:22Hey, I want to use STemWin in Eclipse 8.6.0 with the Cross ARM Compiler. I implemented STemWin succesfully in Keil. This was no problem. The implementation in Eclipse seams no that simple. I created a new project, whic...
Posted on May 05, 2015 at 13:54Hey, I want use the SPI interface of the STM32F407 in transmit only mode. I tried some different solutions but it did not work. Can you tell me please which commands I have to use in the SPI Init? I can not find any op...