How to test SPI interface between two boards using LPC55S69 EVK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to test SPI interface between two boards using LPC55S69 EVK

Jump to solution
297 Views
sushmasan
Contributor II

Hello Team,

I am using LPC55S69 EVK, just wanted to check, how can I test SPI interface between two different boards, treating one as master and other as slave?

Please provide me few pointers.

Regards,
San

 

0 Kudos
Reply
1 Solution
253 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @sushmasan 

Yes, you can. Just follow the readme under SDK example to connect hardware and run code.

For example SPI_interrupt demo. Hardware connection as below:

Alice_Yang_0-1725615568875.png

 

BR

Alice

 

View solution in original post

4 Replies
264 Views
sushmasan
Contributor II

Hello @Alice_Yang ,

Sorry, I missed to add more details in my previous question.

Still I am figuring out about the other hardware. Meanwhile I am trying to test SPI, I2C interfaces.

Can I able to use SPI, I2C communication between two different LPC55S69 EVK's? How can I do that?

Regards,
San

0 Kudos
Reply
254 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @sushmasan 

Yes, you can. Just follow the readme under SDK example to connect hardware and run code.

For example SPI_interrupt demo. Hardware connection as below:

Alice_Yang_0-1725615568875.png

 

BR

Alice

 

206 Views
sushmasan
Contributor II

Hi @Alice_Yang ,

Thank you so much. It is really helpful. I didn't realize that there is a readme file. After checking the directory structure, I saw there is a doc folder which contained the readme file.

Regards,
San

0 Kudos
Reply
274 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @sushmasan 

What's your other board? For LPC55s69 side, there is SPI master/slave demo under SDK. You can use it. Download SDK from: https://mcuxpresso.nxp.com/en/select  

Alice_Yang_0-1725507051160.png

 

BR

Alice

0 Kudos
Reply