QP/C++ 6.9.3
DPP on EK-TM4C123GXL
EK-TM4C123GXL board

DPP example for FreeRTOS on Texas Instruments TivaC123GXL MCU (Cortex-M4F) with the following toolchains:

  • ARM-Keil
  • GNU-ARM
  • IAR-ARM

Demonstrated features:

  • Multiple Active Objects
  • Regular "kernel-aware" ISR with "FromISR" APIs
    • QF::TICK_X_FROM_ISR()
    • QF::PUBLISH_FROM_ISR()
    • Q_NEW_FROM_ISR()
    • QActive::POST_FROM_ISR()
  • Hi-priority "kernel-unaware" ISR
  • vApplicationTickHook()
  • QP/Spy output over the virtual COM port (Spy build configuration)
  • QP/Spy input over the virtual COM port (bi-directional Spy) (Spy build configuration)

Next: DPP on STM32F746G-Discovery examples