User Activity

I am relatively new to using the STM32 family and I am trying to use the USART on a STM32C011J4M6 device without success.Initially I am just trying to send out a single character using the lines uint8_t TxData[] = {'@'}; HAL_UART_Transmit(&huart...