Cypress技术william hill官网
直播中

刘欢

7年用户 196经验值
私信 关注
[问答]

用SPI协议将RFID RC522与PSoC 4套件进行接口但RC522没有SS引脚

我用SPI协议将RFID RC522与PSoC 4套件进行接口。我经历了一些SPI主代码试图读取RFID,但混淆就像在SPI中使用SS引脚,但RC522没有SS引脚,其他事情是什么关于IRQ和RFID的复位引脚。如何连接这些引脚和代码是什么。我想把这个标签打印到串口监视器中,请帮我或提供例子来实现这个。

以上来自于百度翻译


     以下为原文
  I am interfacing RFID RC522 with psoc 4 kit using SPI protocol. I gone through some SPI master code an try to read RFID but confusion is like that In spi it uses SS pin but RC522 does not have SS pin and other thing is what about IRQ and Reset pins of RFID. How to connect this pins and what would be the code for that. I want ti print that Tag into Serial Monitor Please help me or provide example to implement this.

回帖(7)

黎歆俭

2018-9-17 16:46:00
SS是一种使用几个引脚来指定SPI发送数据的多个芯片的芯片的方法。如果你的RFID芯片总是基于时钟线进行通信/读/写,那么SS线就不需要了。
您可以手动控制GPIO引脚上的RESET PIN,然后只需编程代码就可以用它做您想要的。
这听起来像阿杜诺示范课程:阿杜诺游乐场-MFRC522
将有你正在寻找的信息。试着阅读那里的信息,看看你是否能成功。

以上来自于百度翻译


     以下为原文
  SS is a method of using a few pins to designate which chip of multiple chips that the SPI is sending data to. If your RFID chip is always communicating/reading/writing based on the clock line, then the SS line is not needed.
You can manually control the Reset pin on a GPIO pin, and then just program the code to do what you want with it.
 
It sounds like this arduino example course: Arduino Playground - MFRC522
will have the information you are looking for. Try reading the information there, and see if you can't get it going
举报

李洪洋

2018-9-17 17:00:47
如果您使用PSOC4 SCB SPI作为主机,您可以选择SS的数量为“0”。

以上来自于百度翻译


     以下为原文
  If you are using PSoC4 SCB SPI as a master, you could select '0' for number of SS.
举报

刘欢

2018-9-17 17:14:16
引用: pengzhongdianzi 发表于 2018-9-17 13:02
如果您使用PSOC4 SCB SPI作为主机,您可以选择SS的数量为“0”。

以上来自于百度翻译

我已经尝试过,让奴隶数量0。但它对我们不起作用。

以上来自于百度翻译


     以下为原文
  I have tried it by making number of slaves 0. but It did not work for us.
举报

刘欢

2018-9-17 17:31:28
引用: yuhe82 发表于 2018-9-17 12:48
SS是一种使用几个引脚来指定SPI发送数据的多个芯片的芯片的方法。如果你的RFID芯片总是基于时钟线进行通信/读/写,那么SS线就不需要了。
您可以手动控制GPIO引脚上的RESET PIN,然后只需编程代码就可以用它做您想要的。
这听起来像阿杜诺示范课程:阿杜诺游乐场-MFRC522

我读过这个。并尝试实现这一点。但是读复位引脚的状态是什么?

以上来自于百度翻译


     以下为原文
  I have read this. And try to implement this. But what is state of reset pin when it is reading?
举报

更多回帖

发帖
×
20
完善资料,
赚取积分