Hi,
sometimes spi ioctl in imx6ul hangs indefinitely.
ioctl(sSpiObj.spiFd, SPI_IOC_MESSAGE(1), &sSpiTransfer);
What could be the reason, is the issue belongs to the driver or SPI config in dts file?
Hello,
The as example:
struct spi_ioc_transfer tr[256];
has to be defined as a global variable.
Regards
Hi, You said it happens sometimes, this should be a problem of the hardware you have connected.
Regards