Question
UART data on LCD display
I am trying to communicate 2 STM32F103C6. My task is to display UART receiving data on LCD(LM016L).
Also, my other task is to display interrupt data on LCD. Both should be worked on at the same time. ie, Whenever an interrupt happens it should be printed on LCD.
In both tasks, my LCD is not displaying data.
