1 -Introduction
2 -Overview of timing
2 -timers overview.pdf
3 -Setting up the 48MHz on-board oscillator
3 -oscillator clocks pt1.pdf
4 -Setting up the 32.768kHz on-board oscillator
4 -oscillator clocks pt2.pdf
5 -Setting up Generic Clock Generators
5 -gclk generators.pdf
6 -Setting up the Main Clock Generator
6 -main clock generator.pdf
7 -Configuring the Timer Counter (TC) module
7 -tc modules.pdf
8 -Interrupt Vector Table
8 -nvic.pdf
9 -Choosing an example project from GitHub
10 -Understanding example project code - part 1
11 -Understanding example project code - part 2
12 -Understanding example project code - part 3
13 -Setting up new project
14 -Rewriting project - part 1
14 - Correction on copying source file code.html
15 -Rewriting project (setting up 48MHz oscillator) - part 2
16 -Rewriting project (setting up 32kHz oscillator) - part 3
17 -Rewriting project (setting up GCLK Generators) - part 4
18 -Rewriting project (enabling peripheral channels) - part 5
19 -Rewriting project (main clock generator) - part 6
20 -Rewriting project (expand TC module library) - part 7
21 -Rewriting project (updating control register) - part 8
22 -Rewriting project (completing config of TC0 module) - part 9
23 -Rewriting project (duplicating config for TC3 module) - part 10
24 -Rewriting project (setting up timer interrupts) - part 11
25 -Rewriting project (update interrupt vector table) - part 12
26 -Rewriting project (enabling timers and toggling GPIO pins) - part 13
27 -Compiling the project
28 -Executing the timer project
28 -test tc.zip
29 -Conclusions