SPI data send

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

SPI data send

242 次查看
fengba
Contributor I

hello:

the receiveBuffer is assigned values within the implementation of the LPSPI_DRV_MasterTransfer function, which handles the SPI communication and writes the received data to the provided buffer?

0 项奖励
回复
1 回复

216 次查看
PetrS
NXP TechSupport
NXP TechSupport

Hi,

the receiveBuffer parameter of the LPSPI_DRV_MasterTransfer function is a pointer to the buffer where the received bytes are stored. If you pass NULL for this parameter, the received bytes are ignored.
See more in driver documentation.

BR, Petr

0 项奖励
回复