Hi,
We have SCU_PMIC_MEMC_ON on iMX8qm processor connected to reset pin to a chip and we are trying to reset the pin.
pad_force_mux(SC_P_SCU_PMIC_MEMC_ON, 0, SC_PAD_CONFIG_NORMAL,
SC_PAD_ISO_OFF);
config.outputLogic = 0U;
FGPIO_PinInit(FGPIOA, 1U, &config);// what should be the pin number for SC_P_SCU_PMIC_MEMC_ON???
FGPIO_PinWrite(FGPIOA, 1U, 0U);
Regards
Lakshmi
First link is not working.
Second one has no solution.
checked that SCU_PMIC_MEMC_ON couldn't be used as GPIO pin