xTimerIsTimerActive() for Periodic Timer in FreeRTOS -
i working on freertos v8.1.2 on realtek ameba board , using iar embedded workbench ide.
i facing weird issue xtimeristimeractive() api of freertos. have periodic timer , periodic timer xtimeristimeractive() returning true if explicitly stopping , deleting timer calling xtimerstop() , xtimerdelete() code written in repeating manner. xtimeristimeractive() returns true if timer not created , timer handle initialized null.
sorry cannot post code here because it's properitory.
you can call api functions on valid options. if call xtimeristimeractive() on software timer has been deleted object no longer valid , behviour undetermined.
Comments
Post a Comment