GPIO states when powered off

  • Hello, after the system shuts down using the "halt" command, it usually restores all pins to their default states. Pins with the suffix "_u" indicate that they are in the default pull-up state and will be at a high level after shutdown. Pins with the suffix "_d" indicate that they are in the default pull-down state and will be at a low level after shutdown. Pins with the suffix "_z" indicate that they are in the default high-impedance state.
    Regarding the GPIO2_A4 and GPIO2_A5 pins, you can actually test them out.