TIMER: Timer change Reload mode
When the application starts, the timer is registered by default with a period of 250 ticks and configured with the auto reload mode enabled. the timeline shows the execution of timer callback every
When the application starts, the timer is registered by default with a period of 250 ticks and configured with the auto reload mode enabled. the timeline shows the execution of timer callback every
When Task init, the timer is started. The start timer count init. Observe time execution on the image, after 250 ticks, the timer must execute the callback function. When the timer reaches 250
Application that use RTOS are structured as a set of independent task (each task is a mini program in its own right). These autonomous tasks will have to communicate with each other so
Task "Task_Read_Buttons" is executed but ignored because the button is not pressed yet. Next, the timeline shows the Task "Task_LED_Control" reading an element from the
The LEDs behavior must be equal to the last example, but now the LED state is controlled by another task. Terminal Shows the number of prints to be processed and the state to