User Activity

Posted on December 08, 2016 at 09:38 I'm trying to send data by STM32f103 to an Arduino board using UART. Data isn't received properly. The code is generated using STM32CUBEMX and here is the part I added: uint8_t Test[] = '1 2 3 4 5 6 7 8 9 1...
Posted on November 19, 2016 at 23:38I'm trying to send received data from PC (USB VCP) using UART. I generated the code with CubeMx for ''STM32f103c8t6'' and modified the ''CDC_Receive_FS'' function to send received data  by UART in interrupt mode. ...