Hello E2E Community,
In CCSv5 I used the config editor to create a semaphore named it "semUartRxData" and included a Semaphore_pend and a Semaphore_post statement in my application. When I attempt to rebuild the application, it keeps complaining that the semaphore "semUartRxData" is undefined. Do I have to manually declare the variable as an extern in my application?
Thanks,
Wing Lam