MC33978 SPI response incorrect

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

MC33978 SPI response incorrect

324 Views
ShirleyNXP
Contributor I

Hi:

I'm having problem talking to MC33978.

The MCU is STM32F745.

The SPI check command works, returns MISO = "0x00123456"

But other commands return wrong data.

Switch status command 0x3E000000, returns MISO = 0x3FBADBAD

Tristate SP disable 0x05000000, returns MISO = 0x07BADBAD

Fault Status Reg command 0x42000000, returns MISO = 0x23800000.

SPI communication setup in the STM32F MCU project:

Clock polarity = high

Clock phase = first edge

What is the meaning of "BADBAD" in MISO?

Why I'm getting this response?

 

Thank you

Shirley

 

Tags (3)
0 Kudos
1 Reply

313 Views
guoweisun
NXP TechSupport
NXP TechSupport

You can try to use the SPI model 1. Or you can catch the waveform about SPI interface.

 

 

0 Kudos