Hello All,
I am currently working on TM4C1294 board.
I have issue while using SSI interrupt.
I have configured two boards as Master and Slave on SSI freq of 10Mhz for 16bits in legacy mode with INT_RXFF enable only.
I am successfully able to transmit data of 16 bit to slave.
but issue is when slave transmit response to Master side. i am unable to receive correct data.
e.g.
From Master -> Slave (0x700F,0xFFFF,0x7FFD,0x7444) this case is fine.same sequence i observed on slave side ever time.
From slave -> Master (0x700F,0xFFFF,0x7FFD,0x7444) this case has error.
i got on Master side (0x0000,0x0000,0x0000,0x000) first time.
then second time (0x0000,0xFFFF,0x7FFD,0x7444) then
third time (0x7444,0xFFFF,0x7FFD,0x7444) and then i got third sequence continuous.
Please help me.
Thanks
Viraj