Semaphore_pend(sem, timeout);我要做阻塞等待,第二个参数该怎么写,谢谢!
Barbara Wu:
// Wait for an ALERT callback Semaphore_pend(Semaphore_handle(&semScTaskAlert), BIOS_WAIT_FOREVER);
建议您看一下Sensor Controller Studio里面的Analog Light Sensor的gudie,这个例程里面有例子
Barbara Wu:
回复 Barbara Wu:
Sensor Controller Studio里面 有个Guide文档建议看一下
Rex Kung:
回复 Barbara Wu:
追问个问题,不同文件之间,是否能a文件post(sem),b文件pend(sem)。我测试的是不行,操作系统会进入死机状态,是不是需要注意哪些情况?谢谢
yong chen11:
回复 Barbara Wu:
请问,Tool Documentation在哪?
Eggsy Pang:
回复 yong chen11:
Semaphore_pend(sem, timeout);做阻塞等待,第二个参数写BIOS_WAIT_FOREVER,让它永久等待