Damians99

Results 1 issues of Damians99

I send a message periodically (100 Hz) with the CAN-SHIELD (MPC2515). In parallel, I execute the following function: ``` while (CAN_MSGAVAIL == CAN.checkReceive()) { CanRxInterrupt(); //Serial.println("MSG detects on RX"); }...