Description
Welcome to the ARM Assembly Programming Ground Up™ 2 course.
With a programming based approach, this course is designed to give you a solid foundation in bare-metal firmware development for ARM-based microcontrollers . The goal of this course is to teach you how to navigate the microcontroller reference manual and datasheet to extract the right information to professionally build peripheral drivers and firmware. To achieve this goal, no libraries are used in this course, purely ARM Assembly Language.
By the end of this course you will be able configure microcontroller peripherals like ADC, UART,PWM, GPIO, TIMERS, etc. You will also master the ARM architecture, ARM Instruction Set Architecture (ISA) and building professional embedded firmware in assembly for ARM processors.