what is S32K144 spi CFGR1(AUTOPCS) mean?

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

what is S32K144 spi CFGR1(AUTOPCS) mean?

1,561 次查看
建宽高
Contributor III

SPI slave is used for transmission in the project. When you see the AUTOPCS bit,  learn from the reference manual that the bit is an internal PCS signal at the end of each transferWord ,what is mean?

标签 (1)
标记 (1)
0 项奖励
回复
3 回复数

1,235 次查看
dianabatrlova
NXP TechSupport
NXP TechSupport

Hi,

The LPSPI module supports interfacing to external masters that provide only clock and
data pins (LPSPI_PCS is not required). See "49.4.3.3 Clocked Interface" in the reference manual.

When we look at the AUTOPCS bit in the reference manual, there is the explanation that for correct operations, the LPSPI slave normally requires the PCS to negate between frames. So, if AUTOPCS bit is set the PCS signal is generated automatically at the end of each transferred word.

I hope it helps you

Best Regards,

Diana

0 项奖励
回复

1,235 次查看
建宽高
Contributor III

HI

According to what you mean, the data will be transmitted at two levels in CS.

just as this?   is this right?

1.bmp

0 项奖励
回复

1,235 次查看
dianabatrlova
NXP TechSupport
NXP TechSupport

Hi, 

If SPI slave is used Chip Select (CS) is not required.

I'm not sure what represents CS in your image.

Best regards,

Diana

0 项奖励
回复