올레포트 : 대학레포트, 족보, 실험과제, 실습일지, 기업분석, 사업계획서, 학업계획서, 자기소개서, 면접, 방송통신대학, 시험 자료실
올레포트 : 대학레포트, 족보, 실험과제, 실습일지, 기업분석, 사업계획서, 학업계획서, 자기소개서, 면접, 방송통신대학, 시험 자료실
로그인  회원가입

파트너스

자료등록
 

다시받기

장바구니

코인충전

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (1 페이지)
    1

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (2 페이지)
    2

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (3 페이지)
    3

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (4 페이지)
    4

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (5 페이지)
    5

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (6 페이지)
    6

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (7 페이지)
    7

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (8 페이지)
    8

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (9 페이지)
    9


  • 본 문서의
    미리보기는
    9 Pg 까지만
    가능합니다.
클릭 : 크게보기
  • 8051 microcontroller를 이용한 7-segment stop watch구현 (1 페이지)
    1

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (2 페이지)
    2

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (3 페이지)
    3

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (4 페이지)
    4

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (5 페이지)
    5

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (6 페이지)
    6

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (7 페이지)
    7

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (8 페이지)
    8

  • 8051 microcontroller를 이용한 7-segment stop watch구현 (9 페이지)
    9



  • 본 문서의
    (큰 이미지)
    미리보기는
    9 Page 까지만
    가능합니다.
  더블클릭 : 닫기
X 닫기
좌우이동 : 드래그

8051 microcontroller를 이용한 7-segment stop watch구현

인쇄
바로가기
즐겨찾기 키보드를 눌러주세요
( Ctrl + D )
링크복사 링크주소가 복사 되었습니다.
원하는 곳에 붙혀넣기 하세요
( Ctrl + V )
공유
파일  lab3.zip   [Size : 808 Kbyte ]
분량   9 Page
가격  8,000


카트
다운받기
카카오 ID로
다운 받기
구글 ID로
다운 받기
페이스북 ID로
다운 받기
뒤로

자료설명

8051 microcontroller를 이용하여,
interrupt의 원리와 작동을 이해하고,
interrupt를 이용하여
COMPACT 51 의 7-segment LED 를 이용하여
stop watch를 구현하였습니다.
(소숫점 아래 첫째자리 초까지..)

C언어를 이용하여 작성하였기 때문에
7-segment LED 가 있거나 연결된 board에 모두 적용 가능합니다.
(엘레베이터 층계 숫자같이 여러 LED조각으로 숫자를 만드는 LED조합)

소스 코드는 문서안에 포함되어 있으며,
리포트는 영문이지만, 한국인 대학생이 작성한 것이라 어렵지 않게 해석할 수 있습니다.
또한, 핵심적인 내용은 표로 작성하였기 때문에 한눈에 보기 쉽습니다.

최종적으로 A+ 받았습니다.

목차/차례

  1. 1. Purpose
  2. In this experiment, we are going to design our own digital system to improve our design ability using 8051 microcontroller. We have to understand the interrupt operation of 8051 microcontroller. Though this process we are getting familiar with COMPACT51 / KEIL uVIsionII development environment for 8051 microcontroller.
  3. 2. Problem statement
  4. (A) 7-Segment
  5. Implement the stopwatch. The timer starts when INT0 button is pushed, and the timer stops when INT0 button is pushed again. The timer becomes “0.00” (cleared) when TIMER0 button is pushed. Time is represented by the three 7 segment LED modules. During the first 10 seconds, the leftmost module represents ‘second, the middle one represents ‘1/10 second, and the rightmost one represents ‘1/100 second. At this time, there is a decimal point between leftmost one and right 2 logics, i.e., between 1 second and 1/10 second. After 10 seconds, 2 left modules represent the ‘second level and the rightmost one represents ‘1/10 second. In other words, the position of a decimal point shifts right and the number of 1/100 second disappears. Then, the timer can represent up to 99.9 second.
  6. (B) LED
  7. During stopwatch operates, 8 LED modules present the number of 7 segment LED as binary number. 4 LED modules present multiples of 10 second, and other 4 LED modules present multiples of 1 second. For example, if number of 7 segment is 37.2, 8 LED modules should be 0xxx xxx1. Implement 0 as turned-off LED and 1 as turned-on LED. Dont express multiples of 0.1 second and 0.01 second, and express only multiples of 1 second and 10 second. When reset button is pushed, 8 LED modules should be turned off.

참고문헌

1) 8051 User’s manual
2) 8255 User’s manual
3) 8051 & C Programming, Moon Wang-hwan, Sehwa
4) wikipia



📝 Regist Info
I D : schw****
Date : 2010-08-10
FileNo : 11003849

Cart