SPI

爱德华·斯诺登

Serial Peripheral Interface Bus (or SPI) interface:

The SPI bus specifies four logic signals:

  • SCLK : Serial Clock (output from master).
  • MOSI : Master Output, Slave Input (output from master).
  • MISO : Master Input, Slave Output (output from slave).
  • SS : Slave Select (active low, output from master).

Alternative naming conventions are also widely used, and SPI port pin names for particular IC products may differ from those depicted in these illustrations:

Serial Clock:

  • SCLK : SCK, CLK.

Master Output --> Slave Input:

  • MOSI : SIMO, SDI(for slave devices), DI, DIN, SI, MTST.

Master Input <-- Slave Output: -->

  • MISO : SOMI, SDO (for slave devices ), DO, DOUT, SO, MRSR.

Slave Select:

  • SS : nCS, CS, CSB, CSN, EN, nSS, STE, SYNC.

The MOSI/MISO convention requires that, on devices using the alternate names, SDI on the master be connected to SDO on the slave, and vice versa. Chip select polarity is rarely active high, although some notations (such as SS or CS instead of nSS or nCS) suggest otherwise. Slave select is used instead of an addressing concept.


参考链接:

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • SPI通信实验 SPI简介 串行外设接口(Serial Peripheral Interface Bus,SPI)...
    btskyrmb阅读 9,950评论 1 12
  • 关于SPI的教程有很多,这里写下自己学习SPI协议后的总结。 什么是SPI? SPI是Serial Periphe...
    安公子_阅读 11,979评论 0 5
  • 树莓派2上面启用spi的方法和树莓派1不太一样。网上关于1代的设置方法很多,好不容易找到一个适合2代用的设置方法,...
    浪尖儿阅读 3,127评论 0 1
  • 真是人帅是非多,最近又因为帅遇上一件棘手的事情。 我是一个隐藏在民间的大帅锅,从小不太敢出门,因为颜值太高,出门就...
    好看_096c阅读 445评论 1 0
  • ping IP 进入 密令 vim 命令 总结 抽象思维模式训练:自上而下,自下而上,不断把简单问题提出来然...
    zy01阅读 243评论 0 0

友情链接更多精彩内容