mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
add examples
This commit is contained in:
parent
265d41b6a3
commit
4128624f93
112 changed files with 158017 additions and 0 deletions
22
RTL00_SDKV35a/example_sources/uart_auto_flow_ctrl/readme.txt
Normal file
22
RTL00_SDKV35a/example_sources/uart_auto_flow_ctrl/readme.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Example Description
|
||||
|
||||
This example demo the function of Auto Flow control.
|
||||
Please connect 2 board to run this example.
|
||||
|
||||
|
||||
Required Components:
|
||||
2 EV boards
|
||||
|
||||
Connect to 2 borads
|
||||
|
||||
Board1 Board2
|
||||
PA6 <-----> PA7
|
||||
PA7 <-----> PA6
|
||||
PA5 <-----> PA3
|
||||
PA3 <-----> PA5
|
||||
GND <-----> GND
|
||||
|
||||
This example shows:
|
||||
The first powered board will be the TX side, the othse one will be the RX side.
|
||||
The RX side will make some delay every 16-bytes received, by this way we can trigger the flow control mechanism.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue