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.