Hello All,
We are trying to establish SPI daisy by connecting Common CS, CLK and MOSI to all 4 16 bit(frame) slaves. And connecting last device DO to MISO. So, I presume this setup would require 16 CLOKS x 4 device = 64 clocks to be issued for every SPI frame which would feed data for all the 4 devices. However, the 'bitcount' configuration is not working for more than 16 count. Is this the limitation with the TI RTOS driver implementation or the processor HW implementation? Or we are missing something here. Can anybody suggest please.
Please note that when the clock count is set to 16, we are seeing the 16 clocks and CS low for this duration. But when we just change the bit count to 32, clocks are not coming out.
Please suggest what could be wrong.
Thanks in advance.