Dear all,
I have been working on UART using ring buffer example provided by cmsis. I was successful on configuring all four UART and got the expected output.
Also, I tried running the Ethernet easyweb application which also worked fine for me.
The problem arises when I integrate both the UART and easweb application.
1. On running the integrated application the the UART application will send the message once which is in while loop.
2. The connection is UP until the UART's first transmission is complete. After which both UART and Ethernet communication is down and there's no output.
Configurations I used in my applications are
1. UART - UART3
Baudrate - 9600
Data Bits - 8bit
Parity - Even
Stop bits - 1bit
Interrupts are enable
Uart pins - P0.0 and P0.1
2. Ethernet
Default configuration which was provided with easyweb application.
Edit: Target Device - LPC1768
Kindly help me with the solving this issue.
Thanks in advance
Regards
Ajeeth Kumar