Other Parts Discussed in Thread: CC3200, CC3220SF
I am working with the CC3200 and an external memory chip, IS25LQ032B. They are on the same board and I have confirmed that the the CS on the memory chip is being selected and deselected by the SPI. The current SPI APIs that the CC3200 do not support what I am trying to accomplish, so I'm trying to write my own methods. I am using the external memory as storage for log events, so I need to be able to tell save data at certain addresses on the memory chip. The part I'm having trouble with is the actual communicating with the external memory. I have experimented with using HWREG() with the register's used in the SPITransfer methods in spi.c in the CC3200 libraries, but this seems to not be working. I'm not sure if I'm missing out on a step or a piece of information. I enabled the SPI like the spi_demo, except when configuring it I use SPI_HW_CTRL_CS, because I configure the CS manually. Please advise!