J1850-VPW-Arduino-Transceiver-Library icon indicating copy to clipboard operation
J1850-VPW-Arduino-Transceiver-Library copied to clipboard

Interrupt not triggering on pin PIN_PC0 with ATmega644 and MightyCore

Open remiserriere opened this issue 3 years ago • 0 comments

Hello,

I can't get the RX pin interrupt to trigger on my setup. I'm pretty sure of the pin number, and I have used it as a SoftwareSerial input pin before moving to your code. I tried to change _currState to public so I could monitor the pin change, and it stays at 0.

My guess is that the PCInterrupts are not handled the same way with this setup... I added a basic reset function called at the beginning of the PCint function in interrupts.cpp, and it's not being called at all. Can you please help?

Thank you in advance!

remiserriere avatar Jul 30 '21 16:07 remiserriere