Not able to send the data without delay in UART interfacing. I am using 3 UART channel at a time. I want to know how can I remove the delay .
I am working with 560B54L5 discovery board. I am using runtime IO component with uart test application. I am able to send data at one channel at a time(one channel).
my issues are
- how to receive the data using interrupt in case of runtime IO?
- How can I use three channel at a time in case of runtime IO?
- what is the parameter in runtime io function (fd and flags)?
If I can not use runtime IO for 3 uart channel than can you please suggest me some alternate for removing the delay component after write function.
status = sd_lld_write(&SD1,command,getStrlen(command));
osalThreadDelayMilliseconds(200);
Thanks
Rewatee
