SPI data send

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

SPI data send

667件の閲覧回数
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 返信

641件の閲覧回数
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 件の賞賛
返信