Added IRQ USART example for the f4 discovery board.
This commit is contained in:
14
examples/stm32/f4/stm32f4-discovery/usart_irq/README
Normal file
14
examples/stm32/f4/stm32f4-discovery/usart_irq/README
Normal file
@@ -0,0 +1,14 @@
|
||||
------------------------------------------------------------------------------
|
||||
README
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
This example program echoes data sent in on USART2 on the
|
||||
ST STM32F4DISCOVERY eval board. Uses interrupts for that purpose.
|
||||
|
||||
Connect your TTL RX device line to PA2 on the discovery board.
|
||||
Connect your TTL TX device line to PA3 on the discovery board.
|
||||
|
||||
The terminal settings for the receiving device/PC are 38400 8n1.
|
||||
|
||||
The sending is done in a blocking way in the code.
|
||||
|
||||
Reference in New Issue
Block a user