2020-10-15 06:27 AM
Documentation on CMSIS_OS said that function osTimerCreate has such parameters.
[in]timer_def timer object referenced with osTimer.
[in]type osTimerOnce for one-shot or osTimerPeriodic for periodic behavior.
[in]argument argument to the timer call back function.
But unfortunately in the timer callback function, I received not the third parameter as input.
Could someone clarify why the behavior was changed?
Thanks.