Hi all, I wonder if it is right to call nxsem_wait while in critical section?
Regardless of the answer I also wonder why can_read() and can_write() enter_critical_section before accessing the received FIFO, but can_poll doesn't? Can this be related to getting into DEBUGASSERT(pholder != NULL) in function nxsem_allocholder in file semaphore/sem_holder.c while in poll on can? -- With regards, Oleg.