OpenCores
URL https://opencores.org/ocsvn/mips32r1/mips32r1/trunk

Subversion Repositories mips32r1

[/] [mips32r1/] [trunk/] [Software/] [demos/] [XD4_UART/] [README] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ayersg
README for XUM Demo 4 : UART (Serial Port)
2
------------------------------------------
3
 
4
Creator: Grant Ayers (ayers@cs.utah.edu)
5
Date:    26 July 2012
6
 
7
 
8
 
9
DEMONSTRATES
10
------------
11
 
12
UART, Interrupts, LCD.
13
 
14
 
15
 
16
DESCRIPTION
17
-----------
18
 
19
Prints text that is received by the serial port to the LCD screen. The
20
screen has a blinking cursor which is toggled by the timer interrupt.
21
The UART utilizes a hardware interrupt to notify the processor of incoming
22
data. The backspace key moves the cursor backward one character.
23
 
24
Connect to the FPGA using 115200 Baud, 1 stop bit, no parity, and no flow
25
control. Use a program such as Minicom in Linux or Putty in Windows.
26
 
27
 
28
 
29
BUILDING AND RUNNING
30
--------------------
31
 
32
To compile, enter the 'bin' directory and update the paths in the Makefile.
33
Then run 'make' from within the same directory. Use the XUM bootloader to
34
send the resulting .xum file to the FPGA.
35
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.