STM32 HAL UART transmission
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...