![]() |
uartps
Vitis Drivers API Documentation
|
This file contains a design example using the XUartPs driver in polled mode.
The example uses the default setting in the XUartPs driver: . baud rate 9600 . 8 bit data . 1 stop bit . no parity
MODIFICATION HISTORY:
Ver Who Date Changes
1.00a drg/jz 01/13/10 First Release 1.04a hk 22/04/13 Changed the baud rate in the example to 115200. Fix for CR#707879 3.4 ms 01/23/17 Added xil_printf statement in main function to ensure that "Successfully ran" and "Failed" strings are available in all examples. This is a fix for CR-965028.
Functions | |
int | UartPsHelloWorldExample (u16 DeviceId) |
This function sends 'Hello World' to an external terminal in polled mode. More... | |
int | main (void) |
Main function to call the Hello World example. More... | |
int main | ( | void | ) |
Main function to call the Hello World example.
References UartPsHelloWorldExample().
int UartPsHelloWorldExample | ( | u16 | DeviceId | ) |
This function sends 'Hello World' to an external terminal in polled mode.
The purpose of this function is to illustrate how to use the XUartPs driver.
DeviceId | is the unique ID for the device from hardware build. |
References XUartPs_Config::BaseAddress, XUartPs_CfgInitialize(), XUartPs_LookupConfig(), XUartPs_Send(), and XUartPs_SetBaudRate().
Referenced by main().