Forum Discussion
RyuKucchan
New Contributor
6 years agoWhy doesn't my task work when a timer is added. (with MicroC/OS-II)
As shown in the following source code, if a timer is added, the timer interrupt operation will be performed periodically, but Task1 will not work. If I do not execute init_timer (), Task1 is working...
RyuKucchan
New Contributor
6 years agoThanks for your comment.
Yes,I using the the intel's timer IP.
The information of system.h about USER_TIMER was described at the previous question.
Please let me know any information.