Foundation course on Embedded C programming using STM32 Microcontroller.

     

 

What you'll learn

  • 'C' programming from scratch
  • Importance of Bit-Wise operators in "Embedded" programming
  • Bit extraction and working with memory mapped peripheral registers
  • Functions in 'C'
  • Pointers and casting
  • Accessing memory mapped peripheral registers using pointers
  • Importance of structures in peripheral register access
  • Configuring peripheral register addresses using bit fields
  • interfacing LEDs, Keypad
  • importance of volatile during compiler optimization
  • Importance of const
  • Data types,variables, declarations,
  • Bit manipulation techniques using bit-wise operators and examples
  • Other operators of 'C' (arithmatic, logical, relation, assignment )
  • Implicit and explicit casting and its importance
  • Pointers arithmetic and importance of pointer datatypes
  • Structures and unions
  • Structure and bit fields
  • Structures and pointers
  • Const and volatile type qualifiers
  • const data, const pointer, cont volatile explanation with examples
  • Loops : for, while, do while