3주차 레포트

이미지
준비중입니다.
※ 미리보기 이미지는 최대 20페이지까지만 지원합니다.
  • 분야
  • 등록일
  • 페이지/형식
  • 구매가격
  • 적립금
자료 다운로드  네이버 로그인
소개글
3주차 레포트에 대한 자료입니다.
목차
1. Title
2. Name
3. Abstract
4. Background
6. Analysis
7. Conclusion
8. References
본문내용
1. Title
ARM Assembly 실습 3주차
2. Name

3. Abstract
- 7 Segment / LED
●Counting down from the number which you set, using `dip switch` . Display 7 Segment and LED at the same time.
Ex) Dip SW value : 10, A(1010) -> 9(1001) -> ..
●When the number become `0`, count up.
●When the number become `F`, count down.
Ex) 3 -> 2 -> 1 -> 0 -> 1 -> 2 .. -> F -> E …

4.Background
- Evaluator-7T
ARM Evaluator-7T 보드는 간단한 ARM platform으로서 최소한의 장치만을 포함하고 있다.

- Evaluator-7T Board layout -


- Evaluaotr-7T Architecture -

- S3C4510B
※Architecture
●Integrated system for embedded ethernet
●Fully 16/32-bit RISC architecture
●Little/Big-Endian mode supported basically, the internal architecture is
참고문헌
안효복. "ARM으로 배우는 임베디드 시스템“, 한빛미디어(주), 2006.
윤덕용, “어셈블리와 C언어로 익히는 8051 마스터”, Ohm사, 2000.
윤덕용, “ARM7TDMI AT91SAM7S256으로 시작하기”, Ohm사, 2000.
ARM 홈페이지, http://www.arm.com/
Samsung, S3C4510B 데이터시트
하고 싶은 말
전자공학실험 임베디드리눅스 시간에 ARM Evaluator-7T(S3C4510B)를 사용해서 아래의 과제를 Arm
assembly(어셈블리)를 이용해서 작성한 것입니다.

- 7 Segment / LED
●Counting down from the number which you set, using `dip switch` . Display 7 Segment and LED at the same time.
Ex) Dip SW value : 10, A(1010) -> 9(1001) -> ..
●When the number become `0`, count up.
●When the number become `F`, count down.
Ex) 3 -> 2 -> 1 -> 0 -> 1 -> 2 .. -> F -> E …