UART communication using STM8L discovery
Posted on August 23, 2015 at 08:54Hi,I am new to use STM8L controller.I am just trying to put Simple character on UART using STM8L discovery board.But I am failed to do this.Following is my code for this.void main(void){ u8 Data = 'N'; ...