User Activity

Posted on February 14, 2016 at 21:24 Hi, i write bootloader with sdcard upgrade option. During first bootloader start (after power on, or MCU programming using stm-vldiscovery programmer) everything works well. When I restart MCU using N...
Posted on April 22, 2014 at 10:50 Hi, i have problems with usart communication with other cpu. I use stm32f150rb, UART4. My code: RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC, EN...
Posted on January 10, 2014 at 10:46 Hi, I use STM32 vl-discovery in my project. I've connected and configured USART1 + DMA1 with informations and code from this forum. Application almost works, but all data in DMA memory receive buffer...