SPIM in PSoC4

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

cross mob
himc_284346
Level 3
Level 3
Welcome! 10 replies posted 5 replies posted

I want to connect 4 SPI slaves to PSoC4 CY8C42 family device. Is it possible?

0 Likes
2 Replies
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

 You can use UDB based SPI Master componenet. Connect 1:4 Demultiplexer on the slave select pin and thus generate 4 slave select signal. This design is given in the SPIM component datasheet, Page 4. Please refer to that.

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Or you just handle the Slave Select signals manually in firmware, then you can use also the fixed-function SPI component.

   

Remember - SPI works mostly like a bus, except for the select signals. Or do you need to handle parallel transfers to multiple slaves?

0 Likes