This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDS62LEVM: (NO RTOS) eMMC reset using GPIO_EMMC_RSTn

Part Number: TMDS62LEVM

Tool/software:

Hi,

We want to know if there is a function in bare metal world that uses GPIO pin to reset eMMC

In e2e.ti.com/.../sk-am62-gpio-control-for-reset-for-booting-device-of-qspi-and-emmc-card

Ti mentions "they can also be reset using the corresponding GPIO pin in software when needed. The Linux eMMC and QSPI drivers already implemented such reset logic using a GPIO pin."

Wondering if something similar is in RTOS SDK so I've went through eMMC driver in RTOS SDK but don't find such functionality. Is it in another file? If not in SDK, is there a specific procedure need to follow when use GPIO to toggle the emmc reset pin?

Thanks,

Dazong

  • Hello,

    Wondering if something similar is in RTOS SDK so I've went through eMMC driver in RTOS SDK but don't find such functionality.

    Indeed, there is no such functionality implemented in the SDK. If really required, all that is needed is the GPIO pin toggling from a software perspective.

    Regards,

    Prashant