LPSPI CLK

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

LPSPI CLK

Jump to solution
1,165 Views
Psabouri
Contributor II

Hi,

I have a S32K344 evaluation board. I am configuring the LPSPI_0 to transfer 16-bit data at 8MHz. The CLK is outputted on PTC8 (standard plus pad).  As you can see in the figure below, the CLK periodicity is incorrect and it is changing!!! Why CLK is behaving like this?

LPSPI_0 functional clock is 80MHz

CCR1[SCKHLD] = CCR1[SCKSET] = 4

Psabouri_0-1657681524704.png

When the bus rate is decreased to 5MHz, the CLK behaves correctly.

0 Kudos
Reply
1 Solution
1,141 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Psabouri 

The problem may be in the configuration of your sample rate, you should increase the sample rate in order to have a better resolution of the clock signal. 

 

B.R.

VaneB

View solution in original post

0 Kudos
Reply
2 Replies
1,142 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Psabouri 

The problem may be in the configuration of your sample rate, you should increase the sample rate in order to have a better resolution of the clock signal. 

 

B.R.

VaneB

0 Kudos
Reply
1,088 Views
Psabouri
Contributor II

That make sense, thank you for your response.