Hi,
I'm trying to use uja1169TK/F in S32K144EVM.
When operate SBC_SetCanConfig function, some error occured.
In SBC_SetCanConfig function -> SBC_DataTransfer->LPSPI_DRV_MasterTransferBlocking functions,
001.png
LPSPI_DRV_MasterTransferBlocking function is when SPI master transmits a data, SPI slave sends a data back to master at the same time.
But when that operated, receive failed.
002.PNG
This situation is same in lpspi_dma example, lpspi_transfer example.
how to solve this problem?
I upload this project.