Oberon RTK
Purpose
Oberon RTK is a framework for writing dual-core, multi-threaded embedded control programs in Oberon for the RP-series of micro-controllers of Raspberry Pi, using Astrobe’s cross-compiling IDEs.
Oberon RTK provides an embedded multi-threading kernel to allow to divide, and program, the controller program as set of separate control processes.
Audience
This site is targeted at programmers with a good understanding of the RP microcontrollers, as well as writing control software in general. Oh, and some sense of exploring. At least for now, there are no Getting Started instructions, and no tutorials.
There are examples, though. Also, some example program descriptions contain a good amount of conceptual material and design considerations, which are explored in the corresponding program itself, complemented by the descriptions section. And of course there’s the source code in the repository.
The modules in the repository are provided “as is”, with the assumption that the reader knows how to build and upload the software using the tools as outlined below.
This site may not be completely up-to-date, or complete, with respect to the modules in the repository. Refer to the latter for the actual details and specifics. As the saying goes: “Debug only code, don’t get suckered in by comments.” Or by websites.
The Framework Library
See Oberon Modules for a quick overview of what’s available.
Tools
Astrobe
The Oberon RTK framework is being developed using the Astrobe series of compilers/linkers.
The framework is targeted at, and tested with:
- RP2040/Pico: Astrobe for RP2040
- RP2350/Pico2: Astrobe for RP2350
Current and required version: v9.3.
The RP MCUs can also be targeted by the Astrobe for Cortext-Mx tools that support the corresponding architecture:
- RP2040/Pico: Astrobe for Cortex-M0
- RP2350/Pico2: Astrobe for Cortex-M4
Since the Cortex-M family of MCUs are upwards-compatible on instruction level, code generated with compilers/linkers for the RP2040 can basically run on the RP2350. The RP2350 has a different address map layout, though, and a few conceptual and implementation changes here and there compared to the RP2040 in areas of common functionality, so the programs need to be recompiled using the library modules written for the RP2350. Of course, code generated with a compiler/linker for the RP2040 cannot take advantage of the full instruction set of the RP2350.
See Tools & Set-up regarding the tool configuration and usage.
Other Tools
The Astrobe tool-box is complemented by additional tools that are part of Oberon RTK:
- Astrobe creates
.bin
files, which can be transmogrified to UF2 and uploaded via USB usingmakeuf2
. - Programmable IO (PIO) assembly code can be run through the
pioasm
assembler and made accessible from Oberon usingpio2o
.
Dependencies
Apart from the tools, the RTK modules depend on a few modules in the Astrobe library. Hence, you need to have a registered copy of one of the above IDEs.
Questions and Support
CFB Software has kindly granted permission to ask and answer questions related to this framework on the Astrobe forum. You can also e-mail me, or use the GitHub issue functionality.
Status and Current Work
See Project.
Updates, Changes, News
Latest updates and changes: 2025-03-30.
Check out section Updates for all updates, changes, and news.
Site Structure and Navigation
See Site Structure and Navigation
Licences
See Licences.