Difference between revisions of "ARM Embedded Tutorials"

From Lazarus wiki
Jump to navigationJump to search
m (Trev moved page ARM Embedded Tutorial to ARM Embedded Tutorials: Correct page description)
(→‎Hardware: Add RPi Pico hardware tutorials)
Line 17: Line 17:
 
* [[ARM Embedded Tutorial - Simple GPIO on and off output|GPIO - output and input]] - How to make a GPIO output
 
* [[ARM Embedded Tutorial - Simple GPIO on and off output|GPIO - output and input]] - How to make a GPIO output
 
* [[ARM Embedded Tutorial - Simple Timer|Simple timer]] - A simple timer
 
* [[ARM Embedded Tutorial - Simple Timer|Simple timer]] - A simple timer
 +
* [[ARM Embedded Tutorial - Raspberry Pi Pico Blinking the onboard LED]] - Raspberry Pi Pico blinking the onboard LED
 +
* [[ARM Embedded Tutorial - Raspberry Pi Pico running at full CPU speed]] - Raspberry Pi Pico running at full CPU speed
 +
* [[ARM Embedded Tutorial - Raspberry Pi Pico saying Hello via UART]] - Raspberry Pi Pico saying Hello via UART
  
 
== See also ==
 
== See also ==

Revision as of 02:34, 1 February 2021

Template:ARM Embedded Tutorial

Overview

Tutorials for programming ARM microcontrollers with FPC and Lazarus. This applies, for example, to the STM32 microcontrollers and RP2040 (Raspberry Pi Pico) microcontroller.

Set up driver / cross compiler / IDE

ARM programming Examples

Hardware

See also