using tms320dm6467 evm with dm6467t
trying to find 2 GPIOs to connect them in loopback, where i can send interrupt to myself.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
using tms320dm6467 evm with dm6467t
trying to find 2 GPIOs to connect them in loopback, where i can send interrupt to myself.
Yes , I passed over the reference again today...
In SPRU988B, section 2.10.3 it says you can do this.
"Note that the direction of the GPIO signal does not have to be an input for the interrupt event generation to work. When a GPIO signal is configured as an output, the software can change the GPIO signal state and, in turn, generate an interrupt. This can be useful for debugging interrupt signal connectivity."
Hopefully that is the sort of thing you meant.
Chris