1-2-7. Logic Circuit: Application Example of Logic Circuits

Half adder circuit
Half adder circuit

Microcontrollers use various combinations of the logic circuits explained so far.

In the logic circuits introduced so far, if the input changes, the output changes at the same time. Its data cannot be stored.
On the other hand, a circuit that stores the information given in the past is called a sequential circuit (Feedback circuit).

The flip-flop circuit is the prototype of the storage circuit that is closely related to the microcontroller.
The word ”flip-flop” originally means "pitter-patter sound" or "the state changes suddenly".
Another name is also called a bi-stable multi vibrator.

As the name implies, it has two stable states. It is set by the input condition that determines one state.
This state is retained or stored until an input condition that determines the other states are given.
Flip-flops have RS, T, D, JK, etc., depending on how 0 and 1 are stored.

Chapter 1 Basics of Digital Circuits

1-1. Digital Value
1-1-1. Digital Value: Binary and Decimal
1-1-2. Digital Value: Units of Binary Data
1-1-3. Digital Value: Notation Method of Data
1-1-4. Digital Value: Conversion Method of the Data
1-2. Logic Circuit
1-2-1. Logic Circuit: AND Circuit
1-2-2. Logic Circuit: OR Circuit
1-2-3. Logic Circuit: NOT Circuit
1-2-4. Logic Circuit: Exclusive OR (XOR) Circuit
1-2-5. Logic Circuit: 3 State Buffer (1)
1-2-6. Logic Circuit: 3 State Buffer (2)
1-2-8. Logic Circuit: RS flip-flop Circuit
A new window will open