Preparation for EC

Preparation for Embedded Controller

Embedded Controller μˆ˜μ—…μ—μ„œλŠ” MicroControllerUnit(MCU) λ””μ§€ν„ΈνšŒλ‘œ ꡬ쑰λ₯Ό μ΄ν•΄ν•˜κ³  MCU의 Peripheral Input/Output 회둜(register) μ„€μ • λ“±μ˜ Firmware ν”„λ‘œκ·Έλž˜λ°μ„ μ‹€μŠ΅ν•  κ³„νšμž…λ‹ˆλ‹€.

λ³Έ μˆ˜μ—…μ˜ ꢌμž₯ μ„ μˆ˜ ꡐ과λͺ©μ€ λ‹€μŒκ³Ό κ°™μŠ΅λ‹ˆλ‹€.

  1. λ””μ§€ν„Έλ‘œμ§ (논리섀계-μ „μ‚°μ „μž) ꡐ과λͺ© μˆ˜κ°•

  2. 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:

local repository

You can search for 'repos' in window menu

Last updated

Was this helpful?