HAL UART issue
Posted on October 21, 2015 at 18:36I tested the HAL function inside of main using something like this: uint8_t Heading[]=''\n\r Send some text\n\r''; if(HAL_UART_Transmit(&UartHandle, (uint8_t *)Heading, sizeof Heading -1, 0xFFFF) != HAL_OK) { ...