Hi experts,
I have a simple file system and I would like to combine it with the SD card functions to read files from an SD card. SD card is using instance 1 so I think I should use MMCSD1.
first off, what clocks should I enable ? is it TISCI_DEV_MMCSD1_EMMCSDSS_XIN_CLK ? if yes, what should be its frequency? 200Mhz ? I'm saying this from the example in the SDK but it seems that example is for EMCC.
second, how can I change that example to make it read from an SD card instead of EMMC ? I'm referring to /examples/drivers/mmcsd/mmcsd_raw_io
please let me know how I can port this to use an SD card instead of EMMC.
Here is how ti_drivers_open_close looks like