Other Parts Discussed in Thread: CC2640, SYSBIOS
Hi,
I'm working on a CC2640 4x4 custom application, BLE stack 2.2, CCS 2.2, TI RTOS 2.18, sensor controller 1.3, XDS 200 debugger.
I have two tasks Task A (simple_peripheral) being a higher priority than Task B (uart emulator in sensor controller). Task B has two semaphores it waits on, one from the sensor controller and another from Task A. I want Task B to stop when Task A posts its semaphore. A breakpoint placed in Semaphore_post in Task A never gets executed. Why might this be? In this scenario, the semaphore from the sensor controller in Task B will never happen because there is no uart activity.
Thank you,
Priya