Getting Started with STM32 - class description

From Embedded Workshop
Revision as of 18:38, 30 March 2022 by JMerkle (talk | contribs) (Created page with "The "Getting Started with STM32" class will cover: # The 64-Pin NUCLEO boards (NUCLEO-F103RB as the example) # The STM32-F103RB processor (as the example) # Creating a new pro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The "Getting Started with STM32" class will cover:

  1. The 64-Pin NUCLEO boards (NUCLEO-F103RB as the example)
  2. The STM32-F103RB processor (as the example)
  3. Creating a new project using STM32CubeIDE_1.9.0
  4. Configure your processor's clock speed SYSCLK
  5. Add console serial and printf() output