CompSystems 245 - Week 3 - Lecture 7 - Inputs and Outputs

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:44 PM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Describe GPIOs:

  • what they are

  • what they are connected to

    • what the connections do



<p></p>
2
New cards

Describe the examples of input and output connects to GPIO pins:

  • inputs

  • outputs


knowt flashcard image
3
New cards

Describe how GPIO pins relate to memory:

  • the need of registers by GPIO pins

  • address space of I/O devices

    • how data is sent and received to and from devices

  • draw a figure depicting the hardware need to support two memory-mapped I/O devices



4
New cards

Describe the digital signals of a GPIO:

  • When are signals high or low

  • TTL signal levels

  • CMOS signal levels

  • the compliancy of STM32F407 I/Os

  • the data sheet for a STM32F407VG



5
New cards

Describe the setting of a GPIO pin to output:

  • How to do it

  • what it does to the pin

    • how to let it do more

  • schematic of output configuration

  • Describe the configurations you can set it to



6
New cards

Describe the setting of a GPIO pin to input:

  • How to do it

  • what it does to the pin

    • how to let it do more

  • schematic of input configuration

  • Describe the configurations you can set it to

  • How uncertain voltage signals are handled



7
New cards

Describe the Schmitt trigger:

  • Its circuit symbol

  • What it is

  • what it does


knowt flashcard image
8
New cards

Describe switch bouncing:

  • what it is

  • consequences


knowt flashcard image
9
New cards

Describe debouncing:

  • What it does

  • How it can be solved

  • what the solutions do