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.

Binary semaphore in sys/bios

Other Parts Discussed in Thread: SYSBIOS

Hi,

I am statically creating a binary semaphore in the .cfg using the right click method in the outline field.  Created the name and I see it show up in the source text for the .cfg file.  When I try to semaphore_post(nodeConfigured), I get an error on compile saying nodeConfigured is  undefined.  What am I missing

 

Thanks,

Will