QP/C  7.2.2
Real-Time Embedded Framework
Loading...
Searching...
No Matches
DPP on STM32F746G-Discovery
STM32F746G-Discovery

DPP example for FreeRTOS on STM32F746G-Discovery MCU (Cortex-M7) 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)

DPP on NUCLEO-H743ZI