Thanks, Min Wie for quick reply :)
I have one more doubt. (SSC implemented in FIFO mode) If the frame size is not fixed so I made following modification for manual control.
1-> WordLength = 8 ; FrameLength = 64;
2-> Enable Frame End Mode i.e PCR_SSC |= FEM_MASK (SET);
3-> before Transmitting Anything I am using EnableStartOfFrame(handle0), and after complete transaction I am using EnableEndOfFrame(handle0);
After making all above changes still, there is nothing on MISO line,
So probably I am missing some configuration parameter for controlling chip select, I have read TCI configuration, but I don't know how to use it and where it is applicable. Please let me know what are the other parameter we should take care of while transmitting or receiving Frame length of not fixed size.
I have one more doubt. (SSC implemented in FIFO mode) If the frame size is not fixed so I made following modification for manual control.
1-> WordLength = 8 ; FrameLength = 64;
2-> Enable Frame End Mode i.e PCR_SSC |= FEM_MASK (SET);
3-> before Transmitting Anything I am using EnableStartOfFrame(handle0), and after complete transaction I am using EnableEndOfFrame(handle0);
After making all above changes still, there is nothing on MISO line,
So probably I am missing some configuration parameter for controlling chip select, I have read TCI configuration, but I don't know how to use it and where it is applicable. Please let me know what are the other parameter we should take care of while transmitting or receiving Frame length of not fixed size.