Tool/software: Code Composer Studio
Hello
I request a example source for below features.
-. H/W Interrupt (GPIO)
-. Queue Message (Message exchange between task and task)
-. Semaphores
Best Regards.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello
I request a example source for below features.
-. H/W Interrupt (GPIO)
-. Queue Message (Message exchange between task and task)
-. Semaphores
Best Regards.
Louis,
Can you please indicate if the GPIO interrupt example that you are looking for is a input or output example?
Chapter 4 of our TI RTOS USer guide explains the use of semaphore and Queue in task synchronization:
http://www.ti.com/lit/ug/spruex3t/spruex3t.pdf
Here are some example implementations to refer:
Regards,
Rahul