UART Example Application main file.
More...
|
static __INLINE void | uart_quit () |
| Function for sending 'Exit!' string to UART. More...
|
|
static __INLINE void | uart_start () |
| Function for sending 'Start:' string to UART. More...
|
|
int | main (void) |
| Function for main application entry.
|
|
This file contains the source code for a sample application using UART.
Use board setup A for this example.
gpio pin number to show error if loopback is enabled.
#define MAX_TEST_DATA_BYTES (15U) |
max number of test bytes to be used for tx and rx.
static __INLINE void uart_quit |
( |
| ) |
|
|
static |
- Note
- Execution is blocked until UART peripheral detects all characters have been sent.
static __INLINE void uart_start |
( |
| ) |
|
|
static |
Execution is blocked until UART peripheral detects all characters have been sent.