달력

62024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

SPI ( serial Peripheral Interface ) 시리얼 직렬 통신

 - 1 : N 통신을 지원하는 동기식 통식

 - 하나의 마스터와 하나 이상의 슬레이브 기기가 존재해야 한다.

 

Pin

 - MOSI ( Master Out, Slave In ) - 마스터에서 슬레이브로 데이터 출력하는 Pin

 - MISO ( Master In, Slave Out ) - 슬레이브에서 마스터로 데이터 출력하는 Pin

 - SCK ( Serial Clock ) - Clock 신호 Pin

 - SS ( Slave Select ) - 데이터 송수신할 슬레이브르 선택하기 위한 Pin

   - 다른 이름 ( NCS, CS, NSS, STE, CE( Chip Enable )

 

 

참고 자료 및 사이트

https://learn.sparkfun.com/tutorials/serial-peripheral-interface-spi

 

Serial Peripheral Interface (SPI) - learn.sparkfun.com

Introduction Serial Peripheral Interface (SPI) is an interface bus commonly used to send data between microcontrollers and small peripherals such as shift registers, sensors, and SD cards. It uses separate clock and data lines, along with a select line to

learn.sparkfun.com

 

'하드웨어' 카테고리의 다른 글

stm32 GPIO 설정  (0) 2020.05.20
임베디드란 ? (What is Embedded system?)  (0) 2019.11.20
하드 웨어 기초 - 전원, 그라운드  (0) 2019.10.11
Posted by JakeGD
|