Part 2: Topic 2 - Functional Blocks of a Microcontroller Flashcards

1
Q

What issue do latches have?

A
  • When latches are used for the memory elements in sequential circuits, a serious difficulty arises. Latches have the property of immediate output responses (i.e., transparency).
  • Because of this the output of a latch cannot be applied directly (or through logic) to the input of the same or another latch when all the latches are triggered by a common clock source (i.e., cannot implement tapped delay line). Flip-flops are used to overcome this difficulty.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is the MSP432 address space divided up?

A

●4GB address space that is divided into eight 512MB zones.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Determinisitic and Non-Deterministic FSMs?

A

–Deterministic: Considers all possible inputs at all states.

–Non-deterministic: Machine can move to any combination of states and hence the exact state cannot be determined.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly