Other Parts Discussed in Thread: CC3220SF
Are there any examples using the SD Card peripheral interface? Are there any complications or extra considerations when using this interface? Can you refer any documentation that would help expedite the implementation of the SD Host?
I noticed the common convention is to use SPI for simplicity, but I would rather not attach the SD card to the SPI bus. When designing the circuit, I assumed SD Host could be implemented relatively easily, similar to UART, SPI, I2C, etc..., using drivers from the SDK.