No edit summary
 
Line 43: Line 43:


==== Software Development Tools ====
==== Software Development Tools ====
* [https://developer.mbed.org ARM mbed] platform with high-level API (not CMSIS), HAL library, Internet connectivity services, optional web IDE
* [[ARM Mbed]] platform with high-level API (not CMSIS), HAL library, Internet connectivity services, optional web IDE
* [https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa GNU ARM Embedded Toolchain] for Ubuntu<br />or the [https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads latest toolchain for all Linux distros, macOS, and Windows] directly from ARM Ltd.
* [https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa GNU ARM Embedded Toolchain] for Ubuntu<br />or the [https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads latest toolchain for all Linux distros, macOS, and Windows] directly from ARM Ltd.
* [https://gnu-mcu-eclipse.github.io/ GNU MCU Eclipse plugin] with good support for STM32
* [https://gnu-mcu-eclipse.github.io/ GNU MCU Eclipse plugin] with good support for STM32

Revision as of 2019-07-23T13:17:09

100%


Introduction

ARM is the dominant processor architecture in mobile and embedded devices. The CPU architectures are developed by ARM Ltd. and licensed by various hardware manufacturers for use in processor design. Plenty of ARM-based processor models are available on the market, ranging from special-purpose microcontrollers to generic computing with support for consumer operating systems. The price-performance ratio and broad availability makes ARM processors ideal for use in hobbyist electronics projects.

History

The initial ARM processor architecture was developed in the mid-1980s by the British computer manufacturer Acorn Computers with the goal of creating an auxiliary processor for a business computer product. The acronym ARM stands for Acorn RISC Machine. ARM Ltd. was founded as a joint venture with the U.S. computer manufacturer Apple with the goal of developing an improved architecture that could be used for the main processor of a computer.

Cross-Compiling

If your operating system is Ubuntu Linux, running on an x64/AMD64 processor, you need the following package to cross-compile code to run on ARM Cortex series processors:

sudo apt-get install gcc-arm-none-eabi


Microcontrollers

ARM's family of Cortex-M processors (notably M0, M0+, M3, M4) are designed for use as energy-efficient microcontrollers, where M0+ is the cheapest and most efficient, and M4 is the fastest and most capable (offering DSP functions and a floating point unit).

Reference Manuals

Cortex-M0+
Cortex-M4


Instruction Sets

Based on a diagram in Joseph Yiu's book The Definitive Guide to ARM Cortex-M0 and Cortex-M0+ Processors.
File:ARM Cortex M Instruction Sets.png

Development Boards


Software Development Tools


Tutorials



ARM64




Debug data: