Other Parts Discussed in Thread: CC3220SF, CC3200
Tool/software: TI-RTOS
Hi all,
I'm interfacing an epaper displey that works with SPI interface, the required data format is 8 bit frame, POL = 1 and PHA = 1. I set the SPI1 of the CC3220SF to obtain this, but it doesn't work, in the specific, doing some test I discover that the CS (active low) is asserted and deasserted every byte instead every packet transfer.
On the datasheet is confirmed that with POL = 1 and PHA = 1, the CS is asserted on the start of the entire packet (100 byte for example) and deasserted on the end. Is need any other registry setting to obtain this? I'm using HW CS by uDMA. I have try to use a GPIO set with the GPIO_write function and the communication works great, it seams a bug on the SPI driver using HW CS by uDMA.
Thanks
Riccardo