Programmier-Projekte
Ultibo / Bare Metal / Free Pascal / RaspberryPi
Ronald Daleske

Homepage Impressum


Übersicht der Ultibo-Projekte (Lazarus / Free Pascal)

EMUZ80 RPI - Z80 / CP/M - Emulator auf Rapberry PI(2)

EMUZ80 RPI ist ein CP/M-Emulator für den Z80 Prozessor auf dem Raspberry PI(2). Dabei wird der Emulator ohne Betriebssystem "Bare Metal" auf den Raspberry PI betrieben. Diese spezielle Anwendung startet in etwa 5 Sekunden.

Möglich wird diese neue Technologie durch einen Lazaus/Free Pascal-Cross-Compiler der Firma Ultibo.

Obwohl das Tool noch sehr neu ist, sind die viele Möglichkeiten bereits erkennbar. Das soll hier gezeigt werden.


Example 01 - graphical programming with ultibo core - basic functions


Example 02 - graphical programming with ultibo core - using bitmaps


Example 03 - using GPIO with low level units and ultibo core


Example 04 - using GPIOs to drive the LC-Display SSD1289 (with shift register 74HC595)


Example 05 - using UART (low level)


Example 06 - LC-Display SSD1289 with Touch


Example 07 - GPIO switch


Example 08 - I2C


Example 09 - SPI


Example 10 - KeyboardRead




Homepage Impressum