Type of exception
Types of exceptions include resets, interrupts, and faults.The exception handling occurs suddenly. Therefore, it happens asynchronously to the execution of …
Types of exceptions include resets, interrupts, and faults.The exception handling occurs suddenly. Therefore, it happens asynchronously to the execution of …
In this article, we will discuss middleware. Middleware is software that is positioned between a real-time OS and an application. …
In Cortex-M3, the endian setting pin BIGEND (Note: It is not a microcontroller pin. (this is the name of the …
The T-Kernel provides not only semaphores but also mutexes. The mutex, like the semaphore, provides a function for exclusion control …
The Cortex-M3 has a special register called "Program Status Register (PSR)" that shows the execution status of the program as …
T-Kernel provides several functions that can send and receive messages, and message buffer is one of them. The message buffer …
The Cortex-M3 processor has special registers in addition to the general-purpose registers.The special registers are mainly used to handle and …
An event flag is a feature that can be used when you want to execute one task after another task …
Cortex-M3 is a three-stage pipeline process.The three stages of a three-stage pipeline are "fetch", "decode", and "operation (including storage)".Pipeline processing …