embeddedsw icon indicating copy to clipboard operation
embeddedsw copied to clipboard

Update xuartlite_intr_example.c

Open ChatterjeePracheta opened this issue 1 year ago • 0 comments

In the previous code the Recv and Send commands were not placed properly but the code was running as uartlite ip is an rtos( it tries to execute tasks with same priority parallely). Also the ASCII values below 'A' are not printed properly in vitis serial terminal or tera term. So in this update Recv and Send commands are placed in proper sequential manner for better understanding and also documentation is also changed a bit keeping that in mind. The sendbuffer initial value now starts from A so that all the characters are printed properly.

Please do not submit a Pull Request via github. Our project makes use of mailing lists for patch submission and review. For more details please see https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842172/Create+and+Submit+a+Patch

ChatterjeePracheta avatar Mar 17 '23 05:03 ChatterjeePracheta