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
19
RTL00_SDKV35a/example_sources/uart_irq/readme.txt
Normal file
19
RTL00_SDKV35a/example_sources/uart_irq/readme.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
Example Description
|
||||
|
||||
This example describes how to use UART to communicate with PC.
|
||||
|
||||
Required Components:
|
||||
USBtoTTL adapter
|
||||
|
||||
Connect to PC
|
||||
- Connect Ground: connect to GND pin via USBtoTTL adapter
|
||||
- Use UART1
|
||||
GPIOA_6 as UART1_RX connect to TX of USBtoTTL adapter
|
||||
GPIOA_7 as UART1_TX connect to RX of USBtoTTL adapter
|
||||
|
||||
Open Super terminal or teraterm and
|
||||
set baud rate to 38400, 1 stopbit, no parity, no flow contorl.
|
||||
|
||||
This example shows:
|
||||
1. The RX data ready interrupt service routine is used to receive characters from the PC, and then loopback them to the PC.
|
||||
2. The TX done interrupt service routine will send a prompt string "8195a$" to the PC.
|
||||
Loading…
Add table
Add a link
Reference in a new issue