Other Parts Discussed in Thread: HALCOGEN, TMS570LS1224
Tool/software: Code Composer Studio
Hello,
I would like to use adjacent GIO-Pins to read two square wave signals or more exactly their freuqncies.
Everytime a rising edge is detected on the pin, an interrupt-notification should occure and the ISR is executed.
However these frequencies seem to influence each other:
When I am only using one GIO-Pin and the adjacent pins are all wireless, the measured pin works fine (visualized by a pin toggled by the ISR).
But when I am connecting a wire with another square wave signal to any adjacent pin, the signal is influencing the measured signal.
I also recognized this using multiple ADC-Pins to measure voltage depending on potentiometers. The adjacent pins are influenced by the voltage of their neighbors...
This is especially noticable when no wire is connected to the measured ADC-Pin and vary the voltage of one of its adjacent pins!
Do you know why this is the case? Or better how I can fix the issue?
Thank you in advance!