Part Number:MSP430F5529
Tool/software: TI-RTOS
Hello Community,
i have two tasks that runs simultaneously, every task can have two possible results ( False or True ), the program should wait until get ( the False result of one of the two tasks ) to print ( "failed !! ") or get ( the True results of both tasks ) to print ( "success !! ")
as much as i know, i have to use semaphore module of ti-rtos, can anyone give me an example according to my case please ?
thank you.