This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C129X controller Quad SSI configuration

   I have bought new DK-TM4C129X kit but there is no sample code how to configure quad SSI port. I have not found any library for quad SSI in ssi.c and ssi.h folder. please help me where i will get this code and library. Why TIVA has not given library for this.

  • Hi Dhanush,

    QUAD SSI is meant to be used for connecting to SPI Flash Memories. There are many vendors for the same and each having their own subtlety. You need to be more precise as to what you want to do with Quad SSI.

    Regards

    Amit Ashara

  • hi amit,

         I have micron N25Q256A13ESF40F SPI Flash Memory. I  want to interface this with TM4c129x. what should i write to initialize SSI quad . There is no such functions in library. Where i will get the library for this and any sample code for quad SSI.

  • Hello Dhanush,

    The Initialization code for SSI in Quad Mode is same as other modes. To communicate with the SPI Flash you would need to use the SSICR1 register to construct the packet for SPI Flash.

    If you can start with a sample code of your own, i can help rectify and construct the same.

    Regards,

    Amit