Other Parts Discussed in Thread: SYSBIOS
Hi,
I have doubt about usage of two functions from TimerP module. In TimerP.h header file I can read that TimerP_create function will return TimerP_Handle on success or NULL on an error. Then this handle can be passed to another functions - TimerP_setPeriodMicroSecs i.e. I would like to ask what happens if TimerP_create returns NULL and we try to change period of timer? Which timer will be modified?
I use SYSBIOS 6.73.01.01.
Thank you in advance for your answer,
Mateusz