summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/T-HEAD_CB2201_CDK/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Demo/T-HEAD_CB2201_CDK/Readme.txt')
-rw-r--r--FreeRTOS/Demo/T-HEAD_CB2201_CDK/Readme.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/FreeRTOS/Demo/T-HEAD_CB2201_CDK/Readme.txt b/FreeRTOS/Demo/T-HEAD_CB2201_CDK/Readme.txt
new file mode 100644
index 000000000..2a4e1bcd7
--- /dev/null
+++ b/FreeRTOS/Demo/T-HEAD_CB2201_CDK/Readme.txt
@@ -0,0 +1,19 @@
+# T-HEAD CB2201 Demo Project
+
+The demo shows inter-task communication using a queue.
+The sender periodically sends a constant value to the queue. The receiver blocks until
+the next value is received and validates it. Receiver prints evaluation result to output.
+
+
+## References
+CB2201 development board: https://occ.t-head.cn/#/vendor_product_detail?id=635878225301471232&vendorId=3706716635429273600&module=4
+The latest version of CDK: https://occ.t-head.cn/community/download_detail?spm=a2oza.cdk.0.0.413b180fZ5hVxQ&id=575997419775328256
+
+
+## Getting started
+1. Download the latest version of CDK and follow CDK installation wizard to intall.
+2. Open RTOSDemo.cdkproj under ./RTOSDemo_CDK/RTOSDemo/
+3. Build project.
+4. Connect to T-HEAD Cb2201 board. (Make sure serial cable is connected correctly.)
+5. Run.
+6. Check messages in serial window. \ No newline at end of file