QP/C++ 6.9.3
DPP on MSP-EXP430F5529LP
MSP-EXP430F5529LP board

DPP example for MSP-EXP430F5529LP with CCS-430 and IAR-430 toolchains. The application blinks the LED1 (P1.0) when a Philosopher gets a permission to "eat". The LED2 is rapidly toggled from the idle callback, which results in a "glow" with intensity proportional to the frequency of calling the idle callback.

QS Output

This example demonstrates the QS software tracing output in the Spy build configuration. QS uses the hardware UART1 of the MSP-EXP430F5529LP board connected to the Virtual COM Port on the debugger. This means that you don't need any additional wiring to receive the QS output on your development workstation.

The QS trace date requires the following setting of the QSPY host utility

qspy -cCOM_PORT -O2 -F2 -E1 -P1 -B1

where COM_PORT denotes the Virtual COM port, which you can find out in the Device Manager.