Hi Mario,
Thanks for your answer.
I am using the demo project dimmableLight in JN-AN-1189 1V13. There is a Tick Timer and a OS_TASK(Tick Task) in the Demo project.And Tick timer Executes the Tick task when it expires.then :
1. Set the tick timer 10 millisecond expiration time in the initialization function
2.Then, in the set timer after the initialization function to add an execution time greater than 10 milliseconds of action
3.after initialization,tick task is not executed.