This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA3XEVM: Not working SPI1 in the TDA3x

Part Number: TDA3XEVM

Hi,

I'm testing SPI0, SPI1 int the TDA3x.

I confirmed the very well working of SPI0 in my system.

But, When i check the working of SPI1, the system happen the abort because SPI1 setting.

I just changed the SPI1 all setting instead of SPI0.

How can i debugging the abort related to SPI1?

 mcspiHandle = GIO_create("/mcspi1", GIO_INOUT, &ioParams, &eb);

Thanks.