Hello,
I am using TMS28015 SPI to read and write to FRAM memory. The TMS28015 is set as a Master using /SPISTE as /CS(chip select). A FRAM read requires that /CS remain low for 16 bits of opcode info + 16 bits
of address sent out. The /SPISTE goes high after 16 bits of transmission. How do I keep it low? I rather not set /CS as GPIO. Also what flags should I test to see that information has been properly transmitted and
received.