Hello everybody!
I've got a simple question about the SEM_post() and SEM_ipost() functions. In the BIOS 5.x api documentation the old SEM_ipost() function is no longer mentioned, but we still call SEM_ipost() in ISR contexts and it seems to work. Are we allowed to use the old SEM_ipost() function or should we replace it by the new SEM_post(). What exactly is the difference between those two functions. We also call SEM_ipost() in a task context. Does this harm our system?
Thanks