Permanent GPIO configuration with STM32MP1
Using board based on stm32mp135f MPU, my goal is to configure a GPIO pin (let's say PD0, already freed from using with CAN) as a simple GPIO Output, active-high, with pull-up.I read following ST Wiki entires:- Overview of GPIO pins,- GPIOLib overview...