User Activity

I am trying to learn the in and outs of the STM32 Nucleo. I made my own .h and .c files to control an LCD screen atteched to my nucleo. However in these files I am trying to use HAL_UART_Transmit to write to the screen. I included the HAL.h file but ...