Other Parts Discussed in Thread: C2000WARE, SYSCONFIG
I'm trying to use an SPI FRAM (similar to SPI EEPROM, emulates the command set) on my TMS28388D, and the example spi_ex6_eeprom does not appear to begin to work, in that we ask the FRAM chip for status in various SPI modes and it appears we get no response from the chip at all to readStatusRegister(RDSR).
In direct contrast, a valid status response is received from the chip if I proceed to bit bang the SPI interface as GPIOs. What might I have missed?