Resolved! Copy input pin to output.
What would be an efficient, low latency way to reflect the state of an input pin onto an output pin?Is there anything more automated than configuring the input pin as an EXTI, then in the interrupt handler, reading it and setting the state of the out...