Hi Aldo,
Thanks for your answer. In the previous thread I describe that we have just try this way without success.
"We want set pull disabled mode from scfw sources. To do that we try to use the following functions, with negative result:
sc_pad_set_gp_28fdsoi(SC_PT, SC_P_USDHC1_RESET_B, SC_PAD_28FDSOI_DSE_DV_LOW, SC_PAD_28FDSOI_PS_NONE);
sc_pad_set_gp(SC_PT, SC_P_USDHC1_RESET_B, 0x24000077);
sc_pad_set(SC_PT, SC_P_USDHC1_RESET_B, 0x24000077);
After these functions have been used, we always see active the interna cpu pull-up ."
https://community.nxp.com/t5/i-MX-Processors/i-MX8QXP-scfw-Issue-on-cpu-s-internal-PULL-pad-SC-P-USD....
Other ideas?
Thanks again.
Tommaso
Hello,
Sorry I missed that part, please try without using the sc_ in the function:
pad_set_gp_28fdsoi(SC_PT, SC_P_USDHC1_RESET_B, SC_PAD_28FDSOI_DSE_DV_LOW, SC_PAD_28FDSOI_PS_NONE);
Also, if this does not work please check the return value of this function and share it.
BR,
Aldo.
Hello,
For configuration like the pull select, please try with the following function:
sc_pad_set_gp_28fdsoi(ipc, SC_P_USDHC1_RESET_B, SC_PAD_28FDSOI_DSE_DV_LOW, SC_PAD_28FDSOI_PS_NONE);
Thanks,
Aldo.