Forum Discussion
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
We do not have the examples, from our side.
You need to check out the available functions for your SDMMC and experiment it:
For e.g usage for (line 1589):
ALT_STATUS_CODE alt_sdmmc_read(ALT_SDMMC_CARD_INFO_t *card_info, void *dest, void *src, const size_t size);
| ALT_STATUS_CODE alt_sdmmc_write(ALT_SDMMC_CARD_INFO_t *card_info, void *dest, void *src, const size_t size); |
I am not familiar with these functions, but you may try it, other than that I hope I have provided enough help on this.
- CAlex2 years ago
Contributor
Hi,
Yes, Im working on that function, but the function is to read/write from the HPS,
now my problem is how to read the sdcard from host computer.(assume that I already wrote the data into a sd card).
Do you have any ideas?
Reguards.