Hello Supporter,
===================================================================================
Basic information:
(1) HW: TDA4VM with custom board
(2) SW: SDK 7.3
===================================================================================
we are using 3 ch SPI on R5F2_1 for USS communication. And each SPI will read 52 bytes of data from USS sensor every 1ms. The SPI communication is interruption way.
But we get an issue that When the VISS is running, just 32 Bytes (expected 52 bytes) of data are received. And the SPI communication is working normal when the VISS is stop.
After analysis, we find that the SPI FIFO size is 32 Bytes. So, we make the change that extend the SPI data package to 64 Bytes (twice of the FIFO size). The SPI communication is improved. But there are still some SPI data getting lost when the VISS is running.
So, we still think the VISS impact the SPI communication.
Could you please double confirm is there any known issue about the VISS and SPI? Or is there any special configurations about VISS and SPI?
Best Regards,
Jingchun Li