my chip is imx6ull, the linux is linux 4.1.15
how to set the register to make cs keep drop durate several bytes?
now, my spi cs would drop every byte.
cs--_________----- just send out 8 bit .
I need to send out 64 byte data in one cs drop:
cs--______________-- send out 64 byte .
what shall I do?
thanks.