CLion Tutorial: Multithreading RTOS Debugging

CLion Tutorial: Multithreading RTOS Debugging

When debugging with RTOS, CLion provides views for FreeRTOS, Azure RTOS, and Zephyr tasks (threads). For FreeRTOS, you can also explore objects and the heap. Some gdb servers have built-in support for different RTOS. To ensure proper integration with CLion, make sure to disable built-in support on the gdb server side. To enable the RTOS … Read more

Understanding Azure RTOS (ThreadX) for Embedded Applications

Understanding Azure RTOS (ThreadX) for Embedded Applications

Getting straight to the point: Azure RTOS (ThreadX) is a high-performance real-time operating system (RTOS) designed specifically for embedded applications. So, what is a real-time operating system: A real-time operating system is one that serves real-time running objects, with the English name real-time operating system, abbreviated as RTOS. RTOS aimed at MCU or microcontrollers is … Read more