S32K 3line SPI

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

S32K 3line SPI

Jump to solution
191 Views
ChenPeng3
Contributor II

hi:

   I use the S32K144,RTM4.01 IDES32DS3.5,but the SDK library without a three-wire SPI Demo, can you provide a three-wire SPi demo?

Tags (2)
0 Kudos
1 Solution
154 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @ChenPeng3 

The functions implemented at the SDK for LPSPI do not have "native support" for 3-wire. So it required to make some changes to support half duplex mode. Also, check the following thread. It has information related to the topic that might be useful. 

S32K 3-Wire SPI Drivers

Additionally, included with the Real-Time Drivers for S32K1 examples of SPI half duplex transfer are provided.

 

B.R.

VaneB

View solution in original post

0 Kudos
3 Replies
155 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @ChenPeng3 

The functions implemented at the SDK for LPSPI do not have "native support" for 3-wire. So it required to make some changes to support half duplex mode. Also, check the following thread. It has information related to the topic that might be useful. 

S32K 3-Wire SPI Drivers

Additionally, included with the Real-Time Drivers for S32K1 examples of SPI half duplex transfer are provided.

 

B.R.

VaneB

0 Kudos
98 Views
ChenPeng3
Contributor II
 
0 Kudos
138 Views
ChenPeng3
Contributor II

hi@VaneB 

             Thanks for the reply, RTM 4.01 needs to modify the underlying driver library to implement this feature.

ChenPeng3_0-1713849363550.png

 

0 Kudos