]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/T-HEAD_CB2201_CDK/Readme.txt
Introduce a port for T-HEAD CK802. A simple demo for T-HEAD CB2201 is also included.
[freertos] / FreeRTOS / Demo / T-HEAD_CB2201_CDK / Readme.txt
1 # T-HEAD CB2201 Demo Project\r
2 \r
3 The demo shows inter-task communication using a queue. \r
4 The sender periodically sends a constant value to the queue. The receiver blocks until \r
5 the next value is received and validates it. Receiver prints evaluation result to output. \r
6 \r
7 \r
8 ## References\r
9 CB2201 development board: https://occ.t-head.cn/#/vendor_product_detail?id=635878225301471232&vendorId=3706716635429273600&module=4\r
10 The latest version of CDK: https://occ.t-head.cn/community/download_detail?spm=a2oza.cdk.0.0.413b180fZ5hVxQ&id=575997419775328256\r
11 \r
12 \r
13 ## Getting started\r
14 1. Download the latest version of CDK and follow CDK installation wizard to intall. \r
15 2. Open RTOSDemo.cdkproj under ./RTOSDemo_CDK/RTOSDemo/\r
16 3. Build project.\r
17 4. Connect to T-HEAD Cb2201 board. (Make sure serial cable is connected correctly.)\r
18 5. Run. \r
19 6. Check messages in serial window.