NUCLEO-H743ZI
Dining Philosophers Problem (DPP) example for NUCLEO-H743ZI MCU (Cortex-M7).
Demonstrated built-in kernels:
- cooperative QV with ARM-Clang, ARM-Keil, GNU-ARM (Makefile and Atollic TRUEstudio), and IAR-ARM toolchains
- preemptive, run-to-completion QK with ARM-Clang, ARM-Keil, GNU-ARM, and IAR-ARM toolchains
- dual-mode (run-to-completion/blocking) QXK with ARM-Clang, ARM-Keil, GNU-ARM, and IAR-ARM toolchains
Features:
- multiple active objects, including 5 instances of the same AO class (Philo)
- extended threads (the QXK version)
- QP/Spy software tracing using the virtual COM-port
- bi-directional QP/Spy (sending commands to the target)