Part Number: TM4C123GH6PM
Tool/software: TI-RTOS
Hello ,
This might be a basic question. But I have been working on the same for past 2 days.
There are 2 tasks. I am using a Queue for inter task Communication.
Before Queue_get( ) , I am checking the Queue_empty( ) to avoid reading unnecessary data.
Before Queue_put( ) , how to check if Queue is full /not , to avoid overflow of data ?
Regards,
Chandan