Other Parts Discussed in Thread: SYSBIOS
Hi,
I am using Ti 15.4 Collector example on CC1352R board. I want to perform UART read write operations in the same.
I wrote my UART read function in the “Collector_process” function (after if(collector_event==0) condition), which is called continuously from main.c. I am using the default UART parameter settings provided in the Collector code. So the problem occurs when I type something on the serial interface it takes around 20 seconds to reflect back on the screen. To write it back to console i am using System_printf.
I am not able to figure out the reason for this delay. Is it because of the place I have written UART read in, or is it something else?
Can anyone help me in knowing where I’m going wrong?
Thank You,
Yash.