For those who have struggled with Linux... (;_;) The easiest RTOS seminar to learn through real machine debugging with "Circle," which can be immediately turned into a dedicated device upon powering on.
■ Have you ever experienced setbacks with large-scale operating systems?
In this seminar, we will learn the core mechanisms of an authentic real-time OS (TOPPERS/SSP) that supports "priority preemption" with a minimal configuration, running on actual hardware (Raspberry Pi) over two days (a total of 12 hours).
■ Adopting a powerful C++ bare-metal environment "Circle"
This seminar is based on the open-source library "Circle," which strongly supports bare-metal development for Raspberry Pi. It comprehensively covers standard peripheral drivers such as USB, SD/FAT, networking, audio, display, and multi-core control, all abstracted as C++ classes. Participants can focus 100% on the core of OS kernel development, such as "task switching" and "mutual exclusion control."
■ Cultivating "versatile" embedded engineers in the field
This enables the development of dedicated machines and appliances that operate with "ultra-low latency" in the millisecond and microsecond range. Participants will learn methods to verify low-reproducibility bugs, such as "task deadlocks," at the source level, which frequently occur in the field.