Tool/software: Code Composer Studio
Hello,
What's the best way to read input from the CCS console on the CC3220? I'm using freertos, and putting my console read logic into a task (lower priority than other tasks). I'm using fgets(buf, buf_size, stdin) and it seems to read the characters, but blocks the rest of the application from running.
Any ideas?
thanks!
Joe K.