Skip to content
Snippets Groups Projects
Forked from PMRust / website
53 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
theme: seriph
# background: https://source.unsplash.com/collection/94734566/1920x1080
class: text-center
highlighter: shiki
lineNumbers: true
info: |
  ## UART & SPI
drawings:
  persist: false
defaults:
  foo: true
transition: slide-left
title: MA - 03 - UART & SPI
mdc: true
layout: cover
themeConfig:
  primary: '#0060df'
download: true
exportFilename: ma-06
background:

UART & SPI

Lecture 6


UART & SPI

used by RP2040

  • Direct Memory Access
  • Buses
    • Universal Asynchronous Receiver and Transmitter
    • Serial Peripheral Interface
  • Analog and Digital Sensors

src: ../../resources/dma/slides.md


src: ../../resources/uart/slides.md


src: ../../resources/spi/slides.md


src: ../../resources/sensors/slides.md



Conclusion

we talked about

  • Direct Memory Access
  • Buses
    • Universal Asynchronous Receiver and Transmitter
    • Serial Peripheral Interface
  • Analog and Digital Sensors