Not able to set the GPIO low permanently from the command line
Hello,
I am using STM32mp157f-dk2 board and I have a peripheral connected on GPIO pin #16 ( PF1)
on doing gpoiget gpiochip5 1 > i get 1
on doing gpiosetgpiochip5 1=0 i DO NOT get any error but on doing again gpioget gpiochip5 1 > i get 1 again
I see it is shared with SDMMC3_CMD . On directly connecting it to Ground , it becomes low , not otherwise from the above commands.
Is this the same MMC on which starter image is written?Is it safe to pull it down permanently from the hardware?
May I know how to make it low from the software permanenetly.
Regards,D
