Tool/software: TI-RTOS
I am using aws sdk with tirtos.
I have set up Uart1 for reading. How do I then run the the uart write in parallel with that? I tried making two processes and declaring the handler globally but doesn't seem to like that. I have read in a loop where it blocks until it gets a read. How would I do a write while that is going on?