Basics of Embedded Technology
About pulses used in MCUs [essential in control systems]

Table of contents1 Hardware and Pulse2 Pulse type3 Pulse Width Modulation:PWM Hardware and Pulse Pulse type  TTL Standard  ■ TTL general 1 (High)/0 (Low) level   VIH(min. voltage to be regarded as High)approx. 2.0V   VIL(max. voltage to be regarded as Low)approx. 0.8V i.e., the logic is 1 (High) at 2.0V or higher and 0 (Low) at 0.8V or lower.  CMOS […]

Read more
Basics of Embedded Technology
Basic hardware circuits around Microcontroller [Must-see for beginners]

Table of contents1 Electric Circuits and Ohm's Law2 Voltage divider circuit3 Digital Basic Circuit4 Circuit used for General-purpose input5 Input Pull-up/Pull-down Circuit6 Circuit used for General-purpose output7 MOSFETs as switches8 Push-pull output (voltage output), open drain output9 Output configuration circuit by CMOS10 Output interface11 About switches (Momentary and Alternate) Electric Circuits and Ohm's Law Voltage […]

Read more
Basics of Embedded Technology
Bits, bytes, words and digital logic [essential for Microcontroller]

In MCU programming, bit operations are often used in addition to the four arithmetic operations on data. The concepts of bits, bytes, and words are indispensable, especially when MCU skills improve and MCU registers are set directly. This chapter provides a basic explanation of digital logic, so please make sure you understand it well. Table […]

Read more
Basics of Embedded Technology
Number of bits and usage of Microcontroller

Table of contents1 What are microcontroller bits?2 Use of microcontrollers by number of bits What are microcontroller bits? Use of microcontrollers by number of bits The point For those who aim to become embedded engineers not only as hobbyists but also as professionals, we recommend starting with 32-bit MCUs, which have full performance and functions. […]

Read more
Basics of Embedded Technology
Digital Details [Required for Microcontroller programming]

Table of contents1 Digital Basics2 Sampling3 Quantization4 Coding Digital Basics Sampling Taking values sporadically in the time direction is called sampling. Sampling is also called sampling period T when expressed in time, and sampling frequency f when expressed in frequency.The sampling period T is the reciprocal of the frequency T=1/f Quantization The division of the […]

Read more
Basics of Embedded Technology
What is analog handled by Microcontroller? What is digital? [Let's start here]

The first concepts to understand when dealing with MCUs are analog and digital. Many people may be surprised that they cannot explain what the difference is between analog and digital. This chapter explains both concepts in an easy-to-understand manner, which is very important when dealing with MCUs in Basics of Embedded Technology section. Table of […]

Read more
MCU used for embedded systems
C Language points in ARM Microcontrollers and Embedded programming

Table of contents1 C language is easy!?2 Specifications in accordance with CMSIS interface standards3 Embedded Specifics4 Summary C language is easy!? Specifications in accordance with CMSIS interface standards The point Among variables, constants are declared as variables with the const modifier. In the case of built-in variables, they are placed in ROM and their values […]

Read more
MCU used for embedded systems
Basic knowledge around Microcontroller for Embedded engineers [must-see for beginners]

Table of contents1 Hardware and Software around MCU2 Basic Structure of MCU3 Registers and memory (a bit technical)4 Introduction of peripheral functions built into MCU5 Basic circuit that each pin is composed of6 Program Flow Hardware and Software around MCU What is the configuration of the MCU itself and what functions does it have? MCU […]

Read more
MCU used for embedded systems
What is Microcontroller(MCU) used in embedded systems?

To master embedded systems, it is important to acquire knowledge and experience in using the microcontrollers. This chapter describes the basic structure and applications of microcontrollers. Table of contents1 Basic microcontroller configuration2 Microcontroller Applications Basic microcontroller configuration A microcontroller is also called a one-chip MCU because it contains a CPU, memory, input/output circuits, and peripheral […]

Read more