Initial commit
This commit is contained in:
16
external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/Abstract.txt
vendored
Normal file
16
external/CMSIS_5/CMSIS/RTOS2/RTX/Examples/MsgQueue/Abstract.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
The MsgQueue project is a simple RTX Kernel based example
|
||||
for a simulated Cortex-M3 device
|
||||
|
||||
Example functionality:
|
||||
- Clock Settings:
|
||||
- XTAL = 12 MHz
|
||||
- Core = 12 MHz
|
||||
|
||||
The simple RTX Kernel based example shows how to use a
|
||||
message queue to send data from one thread to another.
|
||||
The message receiver thread prints the message contents
|
||||
to the debug output window.
|
||||
|
||||
The MsgQueue example program is available for one target:
|
||||
|
||||
Simulation: configured for a simulated on-chip Flash
|
Reference in New Issue
Block a user