Part Number:AM5728
Tool/software: TI-RTOS
I'm still pretty new to the RTOS realm and am working with the FATFS drivers. Through trial and error I've determined that if I call FATFS_open(0U, NULL, &handle) it mounts the SD card, or if I use FATFS_open(1U, NULL, &handle) it mounts the eMMC. Are the references to 0 and 1 saved or set somewhere that map those hardware devices? If I wanted to mount a different device, how would I determine or assign which drive number it is associated with?
Thank you!
John