CY7C65211 more SPI device support?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Mitchell_shen
Level 4
Level 4
Distributor - Zenitron(GC)
100 sign-ins 5 solutions authored First solution authored

1. 請問SPI Node後面 chip select接兩個以上的device, USB-Serial SDK中有support?

因為Cypress提供的CyUSBSerialTestUtility沒看到可以對chip select做選擇.

2. usb後的SPI Node接兩個以上, driver 會建立不同 DeviceNum供選擇對嗎?

0 Likes
1 Solution
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

The Utility or the SDK does not use multiple slave select lines for SPI communication (CY7C65211 as a master). So the SPI slave should be enabled externally using GPIOs (as select lines) and an external MUX if more than one slave device is connected to the master (USB Serial).

Best Regards,

Yatheesh

View solution in original post

0 Likes
1 Reply
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

The Utility or the SDK does not use multiple slave select lines for SPI communication (CY7C65211 as a master). So the SPI slave should be enabled externally using GPIOs (as select lines) and an external MUX if more than one slave device is connected to the master (USB Serial).

Best Regards,

Yatheesh

0 Likes