1

When configuring a Timer Driver implementation the option for Dynamic and Static appears.

Anyone knows, what does these 2 types mean?

enter image description here

Mike
  • 2,146
  • 1
  • 14
  • 29
Nmaster88
  • 381
  • 5
  • 20

1 Answers1

2

Dynamic drivers in Harmony ask for which peripheral you want to talk to as an argument.
Static drivers have the hardware instance numbers hard coded so don't require an argument.

Have a look for details here

Mike
  • 2,146
  • 1
  • 14
  • 29