본문 바로가기

분류 전체보기94

ARM Cortex-M4 ARM Generic User Guide - http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/DUI0553A_cortex_m4_dgug.pdf   Key features - Armv7E-M architecture- 3-stage pipeline with branch speculation.- Instruction sets:Thumb-1 (entire).Thumb-2 (entire).32-bit hardware integer multiply with 32-bit or 64-bit result, signed or unsigned, add or subtract after the multiply.32-bit hardware integer divide (2-1.. 2017. 12. 30.
마이크로프로세서 - CPU 기능을 수행하도록 집적된 회로.- Multipurpose, clock driven, register based, digital-integrated circuit(using binary data)- 기본 구성: Control unit (명령어 해석 및 실행), ALU(Arithmetic Logic Unit, 기본적인 연산 수행), Register(Stack Pointer, Program Counter, Index register 등)1) CPU (Central Processing Unit): 마이크로프로세서와 동일하게 볼 수 있으나, 요즘은 주로 PC에 들어가는 x86 범용 프로세서를 칭함. - 강한 처리 능력, 단독 사용 불가능.ex) Intel사의 Pentium, i시리즈 / AMD사의 CP.. 2017. 12. 30.
Linux 기본 명령어 모음 2017. 11. 17.
라즈베리파이 원격제어 with 노트북, 랜선 - 완벽한 소형 컴퓨터로 동작할 수 있는 라즈베리파이는 그 자체에 디스플레이와 키보드, 모니터를 입력하면 바로 사용가능하지만(SSH뿐만 아니라 GUI까지!!), 노트북에 연결하여 원격제어하는 방법이 휴대하기도 편하고 익숙한 윈도우와 동시에 사용할 수 있어 편하다.  >1. 노트북과 라즈베리파이 IP주소 지정.2. puTTY로 원격접속 후 VNC 활성화.3. VNC Viewer로 GUI 사용.  >1) puTTy : https://www.ssh.com/ssh/putty/download#sec-Download-PuTTY-installation-package-for-Windows2) VNC Viewer : https://www.realvnc.com/en/connect/download/viewer/    1. .. 2017. 11. 16.