INTERRUPTS: Counter event with semaphore
Observe in the Timeline the ISR 23 section, this is the record of the interrupt execution. when the button is pressed the interruption is generated. To activate a led on "Task_WaitEvents&
Observe in the Timeline the ISR 23 section, this is the record of the interrupt execution. when the button is pressed the interruption is generated. To activate a led on "Task_WaitEvents&
When the button is pressed an interruption is generated, observe the “ISR 23“ section that runs at the init of the timeline. After, task vHandlerTask is unlocked and can be blinked the LED
Image of the initialization of functions, where the timers are created and started. Timers are configured with a different period, the period for each timer is the ID multiplied by 150 ticks. The
Timeline shows the execution of task1 to start the Timer count, task1 prints a message on terminal when the timer is started. After 500 ticks the callback of Timer is executed printing a
When the application starts, the default period of the timer when is created is 250 ticks. Observe that each message on the Terminal has a time space of 250 ticks. When the first