Hello,
Following one of your examples for a TM4C device, I've made a UART a console so that calls to stdio functions go through that port. I'm using scanf to read input from that UART within a task and I'd really like scanf to behave as a blocking call. By default, it does not appear to do so. Is there a way I can make this a blocking function? I'm using TI-RTOS 2.16.x within CCS 6.2 on a TM4C1294NCPDT.
Thanks,
Eric