I am using PK51, which comes with RTX51 tiny. I am trying to use the os_wait command from a function. This is code I'm using.
while (something) { CallFunction(some,thing,here); .. <continue processing> .. }
CallFunction(some,thing,here) _task_ some_task { .. os_wait(K_SIG | K_TMO, 1,0); .. }
View all questions in Keil forum