Parallel SPI communication

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

cross mob
srikanth
Level 1
Level 1
5 questions asked 5 sign-ins First question asked

Hi,

I'm dealing with Psoc4 CY8CKIT-149Dev Kit, working on SPI communication, where I need to handle all the three SPI parallelly to communicate with slaves, currently I'm throwing data one-after-another on all the three SPI's. but I need to access parallelly ?. But Their is only one Lower Level API provided to access SPI ??

Can you Please Help me Out !!  

0 Likes
1 Solution
ncbs
Moderator
Moderator
Moderator
500 replies posted 50 likes received 250 sign-ins

Hi @srikanth,

It should be noted that the master can communicate with a single slave at a time.

What is the functionality trying to be achieved when you mean "accessing parallelly"?

Regards,
Nikhil

View solution in original post

0 Likes
1 Reply
ncbs
Moderator
Moderator
Moderator
500 replies posted 50 likes received 250 sign-ins

Hi @srikanth,

It should be noted that the master can communicate with a single slave at a time.

What is the functionality trying to be achieved when you mean "accessing parallelly"?

Regards,
Nikhil

0 Likes