What do we get when we read the values from the GPIO output data register? We will get the value last written to the pin
Posted: Mon Jun 06, 2022 5:00 pm
What do we get when we read the values from the GPIO output data register? We will get the value last written to the pins. The program will crash, resulting in a hard fault. We will get a compilation error, as we cannot read from an output data register. We will get the state of the pins.