Spi communication with arduino

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

Spi communication with arduino

274 Views
Texe07
Contributor I
  • FRDM33772BSPIEVB
  • Evaluation Board for MC33772 with SPI Communication.
  • This board need to communicated with arduino uno with spi how to do it any references for it.
  • also checked the document but no register related information found.. Any supportive document for this??
  • Thanx : )
0 Kudos
Reply
1 Reply

237 Views
Pablo_Ramos
NXP Employee
NXP Employee

Hi @Texe07,

You can check the user guide in order to see some specification of how to use the FRDM33772BSPIEVB with Arduino UNO.

The first thing would be the connections, since the SPI modules in both boards need to be connected correctly.
See Table 12. Jumper Setting to Work with Arduino R3 of the user guide.

Once the connections are correct you can check the information about the SPI interface in the user guide.
See section 4.13 SPI communication interface of the user guide.

Since Arduino UNO is not a NXP product we don't have any specific documentation regarding the implementation of the FRDM33772BSPIEVB with Arduino UNO, but you can take a look to the following post where it explains the SPI communication setup between S32K1xx boards and MC3377xBSPI Battery Cell Controllers.

Post: MC33771B/MC33772B communication with S32K on SPI (nxp.com)

Also, you can refer to the following GUI design based on KL25Z.

Pablo_Ramos_1-1720471735661.png

User Guide: Featuring the MC33772B battery cell controller IC (nxp.com)

Hope it helps you!

0 Kudos
Reply