Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 392 Bytes

plan.md

File metadata and controls

16 lines (10 loc) · 392 Bytes

Episode 2 :: Deeper dive

The primary sources of information

  • The datasheet
  • The reference manual

What do these functions do?

  • Explore whats going on in the libopencm3 functions, like gpio_mode_setup

Better timing: Systick

  • Why peripherals are awesome
  • What are interrupts, and what is the interrupt vector table?
  • Configuring the systick to automate our time keeping