User Activity

Posted on November 12, 2015 at 19:13 Hi All, I am working on boot loader for STM32 and using DMA interrupts on USART1 for receiving and Transmitting Data. The same USART is used in Application as well with the same settings. I wa...
Posted on February 18, 2015 at 19:42Hi team, Is there any way or tool to know how much RAM my system is using? Thanks, #ram #stm32f4 #ram-usage
Posted on February 18, 2015 at 19:38Hi team, we are using STM32F427 and using C++ as our primary language for development. I would like to know : 1. Will it affect my performance with C++. 2. Can i use template Library 3. Can I use use vectors or d...
Posted on January 30, 2015 at 15:53I am just integrating new STMcube for my project on STM32F4. I want to use DMA on USART1 without any interrupt. But i had a look at STMCube library, It uses Interrupts in DMA. Any thoughts  how can i make DMA work...
Posted on January 30, 2015 at 15:51Hi,      I've been trying to use the new F4 HAL libraries for a project on the STM32F427II I realize that this will involve a lot of C to C++ integration. My first issue is with the two enum typedefs in    @file ...