Resolved! CAN Reception Data Integrity
I am facing the problem of data integrity, the logic is something as shown below i am taking the CAN rx data from the interrupt and processing in while loop. uint8_t g_candata_u8=0; int main(void) { Initilializations(); while() { if(CanMess...