How does MPC5604B transmit 32 bits size frame about SPI

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How does MPC5604B transmit 32 bits size frame about SPI

2,184 次查看
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,055 次查看
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.