The book introduces basic programming of ARM Cortex-M cores in Assembly and C at the register level, and the fundamentals of Embedded system design.
The book also gives detailed examples of interfacing peripherals, such as general purpose I/O (GPIO), LCD driver, keypad interaction, stepper motor control, PWM output, timer input capture, DAC, ADC, real-time clock (RTC), and serial communication (USART, I 2 C, SPI, and USB)..
It covers advanced topics such as interrupts, mixing C and assembly, direct memory access (DMA), system timers (SysTick), multi-tasking, SIMD instructions for digital signal processing (DSP), and instruction encoding/decoding.
It presents basic concepts such as data representations (integer, fixed-point, floating-point), Assembly instructions, stack, and implementing basic controls and functions of C Language at the Assembly level.
The book introduces basic programming of ARM Cortex-M cores in Assembly and C at the register level, and the fundamentals of Embedded system design