Hello,
I have a problem with a semaphore post function.
I am working with tci6482 board and CCS 3.2.
I have a multitasking project where the tasks get created dynamically.
Inside one of these tasks I am calling the SEM_post function (the semaphores are also created dynamically) which normally should increase the semaphore value
but it doesn't.
What might be the reasons? I already checked if the task has a stack overflow but everything is fine.