I am wondering if there is a way to configure a GPIO pin as an input and configure the SCM to route that signal to another GPIO pin as an output. I realize that I could write an ISR that captures the input signal on one GPIO and sets the output signal on the other, but I am curious about the possibility of routing the signal through hardware without software involvment.
This question comes from trying to route a signal from the board up to the POP flash/memory chip. From looking at the 3703 TRM it does not appear to be possible. Does anyone know any different?
Thanks in advance.