Difference between revisions of "Embedded System Tutorial UART"
From Embedded Systems Learning Academy
| Line 1: | Line 1: | ||
| + | Socialledge is moving to two portals. | ||
| + | * The Wiki will remain here for general references about the SJ-One board, and to document student reports. | ||
| + | * The bookstack will now be used for SJSU assignments | ||
| + | |||
| + | [http://books.socialledge.com/books/embedded-drivers-real-time-operating-systems/chapter/lesson-uart This article has been moved here] | ||
| + | |||
| + | <!-- | ||
== Introduction == | == Introduction == | ||
The objective of this lesson is to understand UART, and use two boards and setup UART communication between them. | The objective of this lesson is to understand UART, and use two boards and setup UART communication between them. | ||
| Line 105: | Line 112: | ||
*: Write uart_putchar(char) and uart_getchar() functions | *: Write uart_putchar(char) and uart_getchar() functions | ||
*: Interface your UART with someone else's board, and test the communication. | *: Interface your UART with someone else's board, and test the communication. | ||
| + | --> | ||
Latest revision as of 20:05, 25 January 2019
Socialledge is moving to two portals.
- The Wiki will remain here for general references about the SJ-One board, and to document student reports.
- The bookstack will now be used for SJSU assignments
This article has been moved here