ARM
From Free Pascal wiki
Jump to navigationJump to search
│
English (en) │
español (es) │
Bahasa Indonesia (id) │
ARM is a processor architecture implemented in various (often incompatible) chipsets and devices running various operating systems.
Embedded Libraries
There are some libraries related to the embedded target providing access to the hardware most ARM microcontrollers provide. If you run a full Linux on your ARM processor, it's best to use the Linux' way to handle the hardware - see Raspberry Pi#Accessing external hardware for more information.
- Pascal port of the STM32F7xx_HAL
- Realtime OS for embedded systems, currently supports ARMv4T, ARMv6, AVR
- Project Template for STM32 MCU
See also
Cross compiling: