2019-04-15 21:45:52 -04:00
..
2018-01-10 18:26:05 -05:00
2019-04-15 21:45:52 -04:00
2018-02-12 18:51:22 -05:00
2015-05-14 16:05:04 -04:00
2018-06-01 13:55:37 -04:00
2019-01-30 11:49:53 -05:00
2017-02-08 20:24:04 -05:00
2016-12-01 10:31:49 -05:00
2018-10-25 11:13:01 -04:00
2017-06-06 15:12:43 -04:00
2017-02-08 20:24:04 -05:00
2015-05-14 16:05:04 -04:00
2015-05-14 16:05:04 -04:00
2017-02-08 20:24:04 -05:00

About this Example
==================
This directory contains the "Dining Philosophers Problem" (DPP) example
for uC/OS-II application running on the EK-TM4C123GXL board, a.k.a. TivaC
LauchPad (ARM Cortex-M4F). This directory contains portable code that
should compile with any C compiler for ARM Cortex-M.

The sub-directories contain code and project files, which are specific to
the particular ARM toolchains, such as ARM (MDK-ARM) and IAR.

Please refer to the README files in the sub-directories for specific
instructions how to use and customize the example to your needs.


Support Code for EK-TM4C123GXL Board 
====================================
The directory qpc\3rd_party\ek-tm4c123gxl contains the CMSIS-compliant
device code for the TM4C123GH6PM MCU (ARM Cortex-M4F). Please see the
README.txt file in this folder for more details.


QS Software Tracing Instrumentation
===================================
This example provides the "Spy" build configuration, which outputs the QS
(Quantum Spy) software tracing data through UART0, which is connected to
the virtual COM port of the TI Stellaris debugger.

The output is generated at 115200 baud rate.

Here is an example invocation of the QSPY host application to receive
the QS data from EK-TM4C123GXL:

qspy -cCOM1

The actual COM port number might be different on your Windows machine.
Please check the Device Manager to find the COM port number.