Skip to content

Latest commit

Β 

History

History
18 lines (13 loc) Β· 887 Bytes

File metadata and controls

18 lines (13 loc) Β· 887 Bytes

ARM_Arch

This repository contains simple and structured notes on ARM architectures, focusing on Cortex-M and Cortex-A series.

πŸ“‚ Contents

  • Cortex_M.md β†’ Overview of ARM Cortex-M architecture (used in microcontrollers, low-power systems)
  • Cortex_A.md β†’ Overview of ARM Cortex-A architecture (used in application processors, high-performance systems)

🎯 Purpose

The goal of this repo is to provide easy-to-understand notes for quick reference and learning about ARM processor families.

πŸš€ Topics Covered

  • Key differences between Cortex-M and Cortex-A
  • Architecture highlights
  • Typical use cases in embedded and application domains

πŸ“ Notes

These are concise references created for learning and revision, not a full textbook. Contributions and improvements are welcome!