Other Parts Discussed in Thread: MSP430F5659
Hi,
I am facing some problem with my integration of tasks in TI RTOS based MSP430F5659 controller.
I have two task USB and ADC.
On receiving data over USB i am invoking ADC task. Now on ADC task needed only when i have new data arrives. For this i have created Events using semaphore to handle, so on first reception and it works but how to stop this task from running after sending data using USB?
In my case ADC task runs continuous, i don't to know how to make it invoked or executed on USB data reception on next time. Please guide.
One more thing if USB task is running and my board is connected to PC application, Whether disconnection of cable is handled in USB CDC application of "usbserialdevice_MSP_EXP430F5529LP_TI_MSP430F5529" . If not how i can achieve this?
Nitesh