hello, I wants to configure uart in the LPC865M201JHI48 Customized board and i copied the lpc865 SDK driver Example to my customized board. I tried using the usart_polling.c example and although the transmission of data seems to be working, there seems to be a problem for its transmitting garbage values.
note: Lpc865 SDK example Driver belongs to lpc865m201jbd64
I am using REAL TERM Serial Terminal which I configured to 9600 baudrate, 8 data bits, 1 stop bit, no parity and no flow control.its transmitting some garbage value and real term serial teminal status indicating BREAK. what should i do?
If you have any ideas or solutions, I would gladly welcome any help.
Thanks in advance.
I have attached the usart_polling.c to the message.