Preparation for EC
Preparation for Embedded Controller
Embedded Controller μμ μμλ MicroControllerUnit(MCU) λμ§νΈνλ‘ κ΅¬μ‘°λ₯Ό μ΄ν΄νκ³ MCUμ Peripheral Input/Output νλ‘(register) μ€μ λ±μ Firmware νλ‘κ·Έλλ°μ μ€μ΅ν κ³νμ λλ€.
λ³Έ μμ μ κΆμ₯ μ μ κ΅κ³Όλͺ©μ λ€μκ³Ό κ°μ΅λλ€.
λμ§νΈλ‘μ§ (λ Όλ¦¬μ€κ³-μ μ°μ μ) κ΅κ³Όλͺ© μκ°
C νλ‘κ·Έλλ° κ΅κ³Όλͺ© μκ° / C νλ‘κ·Έλλ° κ²½ν
Please complete the followings before taking this course.
1. Review Digital Logic Circuit
λμ§νΈλ‘μ§νλ‘ κ΅κ³Όλͺ©μ μκ°νμ§ λͺ»ν νμμ μλ λ΄μ©μ 곡λΆνμλ©΄ λ©λλ€.
Binary Numbers
Logic Gates
MUX, DEMUX, Encoder, Decoder
Flip-Flops
Counter
Finite State Machines
2. Review C-Programming
Study " Structures & Bitwise Operation in C-programming"
Do Exercise
Structure
Bitwise Operation
3. Prepare EC Workspace
Create local folders
We will create the main directory under C:\Users\yourID\source\repos
e.g. C:\Users\ykkim\source\repos
docs : documents and lab reports
include :library header files
lab : lab source files
tutorial : tutorial source files
Example 1:
C:\Users\yourID\source\repos\EC\docs
C:\Users\yourID\source\repos\EC\tutorial
C:\Users\yourID\source\repos\EC\include
C:\Users\yourID\source\repos\EC\lab
Example 2:

You can search for 'repos' in window menu

Last updated
Was this helpful?