Using sys/bios 2.13.0.06
Using CC2650EM-4xs and smartrf06 eval board
CCS Version: 6.1.2.00015
My code is a modification of the SimpleBLEPeripheral example that was modified by the BDS Add-in
Trying to get multiple tasks to stop blocking each other.
I cannot add or remove semaphores or the semaphore module via the cfg editor.
If I manually add the Var semaphore xdc line in the cfg file I can add a semaphore. But when I go to compile code that has a "Semaphore_pend(sem, BIOS_WAIT_FOREVER);" statement I get a BIOS_WAIT_FOREVER undefined compiler error.
With the manual xdc line in the cfg file I can remove the semaphore module, but it just re-adds itself and the check-box is disabled and checked.
I am perplexed by this behavior and I cant seem to find anything on the forums that is the same issue.
Thanks for your help.
JP