Hello,
I’m newbie to the embedded world and firmware development. Please excuse me for questions. I’m using iMX6 SOM for my project and one of the requirements for the project is to use SPI in master mode with SPI_RDY. I want SPI Data Ready Control to be level-triggered. Could someone clarify my questions:
Thanks,
Chaithu
I think you can try to control the spi driver by using ioctl. you can take the spidev.c and spidev.h for reference.
Hello,
Please excuse me for silly questions, can I read and write ECSPI_CONREG[DRCTL] bit using SPI_IOC_RD_MODE32 and SPI_IOC_WR_MODE32?
Thanks,
Chaithu