How does MPC5604B transmit 32 bits size frame about SPI

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How does MPC5604B transmit 32 bits size frame about SPI

2,162件の閲覧回数
jeffcharles
Contributor III

Hi,

MPC5604B communicates with MC33978 (NXP: 22 channel multiple switch detection interface) by SPI. The SPI frame about MC33978 is 32 bits size, but MPC5604B DSPI transfer frame size is ony 16 bits. How to configure it?

Please help me, thanks!

ラベル(1)
タグ(2)
1 返信

2,033件の閲覧回数
davidtosenovjan
NXP TechSupport
NXP TechSupport

Use two 16-bit frames. First PUSH command will be configured with CONT=1, second with CONT=0. This way CS stays asserted between 16-bit frames and it acts as one 32-bit data frame.