Skip to content

Commit

Permalink
Add definition of UART and UARTE.
Browse files Browse the repository at this point in the history
This is the first deck you'll come across it - we don't need to add it to the defmt, HALs, or board support decks.
  • Loading branch information
jonathanpallant committed Feb 1, 2024
1 parent 291714c commit 2a501d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions training-slides/src/pac-svd2rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ provides access to the memory-mapped peripherals in your MCU.
* Peripherals can have instances (same layout of registers, different start address)
* UART0, UART1, etc

Note:

The *Universal Asynchronous Receiver Transmitter* is an IP block implementing a
logic-level RS-232 interface, and one is fitted to basically every
microcontroller. Also known as a *serial port*.

Nordic calls their peripheral *UARTE*, with the E standing for *Easy DMA*.

## Registers

* *Registers* are comprised of one or more *bitfields*.
Expand Down

0 comments on commit 2a501d7

Please sign in to comment.