Part Number: MSP432E411Y
Could someone provide an example of using the QSSI interface to connect up to a simple device such as the Microchip 25LC640T-I/SNCT-ND?
Thanks.
Clyde
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.
Part Number: MSP432E411Y
Could someone provide an example of using the QSSI interface to connect up to a simple device such as the Microchip 25LC640T-I/SNCT-ND?
Thanks.
Clyde
Hi,
I suppose you are looking for a software examples. You can find examples in the below folders.

Reading Microchip 25LC640T-I/SNCT-ND datasheet, it has a simple 4-pin SPI interface. Suppose, you want to use SSI0 to interface with Microchip 25LC640T-I/SNCT-ND:
MCU Microchip 25LC640T-I/SNCT-ND
SSI0CLK SCK
SSI0FSS CS
SSI0XDATA0 SI
SSI0XDATA1 SO

No, I was looking for a hardware example, but you covered it for me. Thank you kindly.