I am interfacing an SPDT limit switch ME8112 with the S32K144 board. The code runs, but I am not seeing any value change in the real-time expression window.
I am unsure if this is a hardware connection issue or a GPIO configuration problem.
Could anyone suggest possible causes or debugging steps?
Hi@Turtledove
In your program, the variables you defined are temporary variables. You could try defining them as global variables and then try again.