User Activity

Posted on June 12, 2017 at 15:05I have on radio transmitter and one radio receiver like on the picture. What I am trying to do. I send data through USART2 PA2 (pin2) on data transmitter. I connected usb-uart to PA2 (pin2), and looked in terminal wha...
Posted on June 11, 2017 at 20:31I am trying to use 2 usart in my program. When i am trying send_to_uart2('a'); nothing happens. In debug mode USART2->SR is always 0x000. Why?#include 'stm32f10x.h'#include 'stm32f10x_gpio.h'#include 'stm32f10x_rcc.h'...
Posted on May 12, 2017 at 12:20Stm32f100 compatibilitywith microstep driver cw8060.I need to control CP+, CW+, EN+. Is it possible with Stm32f100?Because CP+, CW+, EN+ requires 5v. What will happen if I connect PA1 to CP+, PA2 to CW+, PA3 to EN+. St...
Posted on October 22, 2016 at 20:25It's strange but http://www.coocox.org/ do not work. Maybe there is a site from which this distribution can be downloaded? Besides http://www.coocox.org/. Thanks.
Posted on September 19, 2016 at 16:09 I have code that rotates small motor. #include ''stm32f10x.h'' #include ''stm32f10x_gpio.h'' #include ''stm32f10x_rcc.h'' #include ''stm32f10x_usart.h'' void Delay(unsigned int t) { unsigned int i...