Forum Discussion

RyuKucchan's avatar
RyuKucchan
Icon for New Contributor rankNew Contributor
6 years ago

Why 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...