/*##########################################################################*/ /*! @page exa_rtos Examples for Third-Party RTOS The main purpose of integrating QP/C with conventional RTOSes is to enable you to incorporate various communication stacks (TCP/IP, USB, CAN, etc.) as well as other middleware, which requires the ability to **block** the task code. - @subpage exa_cmsis-rtx - @subpage exa_embos - @subpage exa_freertos - @subpage exa_threadx - @subpage exa_ucos-ii @note You do **not** need to use a traditional RTOS just to achieve preemptive multitasking with QP. The @ref comp_qk "preemptive QK kernel", available as part of the QP package, supports preemptive priority-based multitasking and is fully compatible with Rate Monotonic Scheduling to achieve guaranteed, hard real-time performance. The preemptive, run-to-completion QK kernel perfectly matches the run-to-completion execution semantics of active objects, yet it is simpler, faster, and more efficient than any traditional blocking kernel. @next{cmsis-rtx} */ /*##########################################################################*/ /*! @page exa_cmsis-rtx CMSIS-RTOS RTX @htmlonly @endhtmlonly The QP/C examples for CMSIS-RTX (on Cortex-M) are as follows: - @subpage cmsis-rtx_blinky_ek-tm4c123gxl (Cortex-M4F) - @subpage cmsis-rtx_dpp_ek-tm4c123gxl (Cortex-M4F) - @subpage cmsis-rtx_dpp_nucleo-l053r8 (Cortex-M0+) - @subpage cmsis-rtx_dpp_nucleo-l152re (Cortex-M43) */ /*##########################################################################*/ /*! @page cmsis-rtx_blinky_ek-tm4c123gxl Blinky on EK-TM4C123GXL @image html bd_EK-TM4C123GXL.jpg EK-TM4C123GXL board Simple "Blinky" example for Texas Instruments TivaC123GXL MCU (Cortex-M4F), ARM (MDK-ARM), GNU-ARM, IAR EWARM toolsets. @image html under_construction.jpg */ /*##########################################################################*/ /*! @page cmsis-rtx_dpp_ek-tm4c123gxl DPP on EK-TM4C123GXL @image html bd_EK-TM4C123GXL.jpg EK-TM4C123GXL board Dining Philosophers Problem (DPP) example for Texas Instruments TivaC123GXL MCU (Cortex-M4F), ARM (MDK-ARM), GNU-ARM, IAR EWARM toolsets. @image html under_construction.jpg */ /*##########################################################################*/ /*! @page cmsis-rtx_dpp_nucleo-l053r8 DPP on NUCLEO-L053R8 @image html bd_nucleo-l053r8.jpg NUCLEO-L053R8 board Dining Philosophers Problem (DPP) example for STM32-L053R8T6 MCU (Cortex-M0+) with ARM-Keil, GNU-ARM, and IAR-ARM toolsets. @image html under_construction.jpg */ /*##########################################################################*/ /*! @page cmsis-rtx_dpp_nucleo-l152re DPP on NUCLEO-L152RE @image html bd_nucleo-l152re.jpg NUCLEO-L152RE board Dining Philosophers Problem (DPP) example for STM32-L152RET6 MCU (Cortex-M3) with ARM-Keil, GNU-ARM, and IAR-ARM toolsets. @image html under_construction.jpg */ /*##########################################################################*/ /*! @page exa_embos embOS @htmlonly @endhtmlonly The QP/C examples for SEGGER embOS are as follows: - ARM Cortex-M - @subpage embos_dpp_stm32f429-discovery (Cortex-M4F) STM32F4-Discovery */ /*##########################################################################*/ /*! @page embos_dpp_stm32f429-discovery DPP on STM32F4-Discovery @image html bd_STM32F4-Discovery.jpg STM32F4-Discovery board DPP example for STM32F4407VGT6 MCU (Cortex-M4F), IAR EWARM toolset. ------------------------------------------------------------------------------ @section embos_dpp_stm32f429-discovery_qs QS Software Tracing The DPP example provides the "Spy" build configuration, which outputs the QS (Quantum Spy) software tracing data through USART2. To get the data out ouf the board, you need to connect the TTL/RS232 converter as follows: