Arduino Due Timer Counter with Interrupts example in Microchip Studio 7

Опубликовано: 29 Сентябрь 2024
на канале: E-exp
782
5

Hi, in this video:
using Systick with custom frequency of interrupts,
configuring Timer Counter 0 instance for regular up-counting,
using TC with interrupts,
independent and non blocking LED blinking.

Since the board has no user buttons I didn't set the gpio for interrupts but it is quite similar to setting an interrupt for the Timer Counter :)

Link to the repo with the project:
https://github.com/E-exp/Arduino-Due-...