Hi, in the CC3200 Technical Reference Manual both the SDHost peripheral and I2S peripheral are not documented at the register level from what I can see.
The CC3200 has a single application SPI peripheral and for my application I need a 2nd independent SPI type peripheral (at the minimum the ability to serialize/deserialize 8 bits as a master). Can anyone at TI give some tips as to how to manipulate one of these two peripherals into acting as a 2nd SPI. The SDHost looks like it has faster clock capability and I know SD cards usually support some type of SPI mode.
However in the TRM both peripherals just say "Given the nature of integration of this peripheral on the CC3200 platform, it is recommended that developers use Peripheral Library APIs to control and operate the block."
Any ideas?