How to use Toppers/ASP3
SOLID-OS interrupts are based on Toppers/ASP3, which handles interrupts under the control of the kernel, and are sometimes called "interrupt …
SOLID-OS interrupts are based on Toppers/ASP3, which handles interrupts under the control of the kernel, and are sometimes called "interrupt …
Here are the "four tips" you should keep in mind when developing embedded software with a real-time OS.
When considering the configuration of an embedded system, it is very important in the early stages of development to decide …
An interrupt is a process that is executed independently of a task. So, in addition to the usage of interrupts …
This time, we will show an example of using task exceptions with task exception code 0. For task exceptions with …
Variable-length memory pools are for managing blocks of memory of any size. Fixed-length memory pools are used to manage memory …
When a rendezvous is established, a call message is passed from the task that called the rendezvous to the task …
In this article, we will discuss middleware. Middleware is software that is positioned between a real-time OS and an application. …
The T-Kernel provides not only semaphores but also mutexes. The mutex, like the semaphore, provides a function for exclusion control …