Tool/software: TI-RTOS
hello
I am using the board of AM3352 for the example of EMMC in MMCSD.
The official reference example has the board configuration of MMC0 and MMC1.
The board hardware I use USES the MMC2 interface.
May I ask what modifications I need to make regarding the board configuration?
I've tried it a little bit:
1. In the function Board_STATUS Board_pinmuxConfig (void), add pinmux.
if (S_PASS = = status)
{
Status = PINMUXModuleConfig(CHIPDB_MOD_ID_MMCSD, 2U, NULL);//add mmc2 pinmux
}
2. {2, TRUE, gMmcsd2PinCfg} is added in static pinmuxModuleCfg_t gMmcsdPinCfg[];//pinmux_data.c
Static pinmuxPerCfg_t gMmcsd2PinCfg[] has been configured.
3. In Board_moduleClockInit, I plan to add the configuration of mmc2. However, the MMC module only supports 0 and 1 instnum configurations.
Please help me modify my thinking or tell me the correct configuration steps.
BR
