User Activity

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...
I have been trying to resolve the issue for receiving the CAN interrupt but not able to find the root cause.Hardware is a custom board micro is STM32F405RGT6 i am using CAN1 for CAN communication with 500 Kbps.Able to transmit message CAN message usi...
Kudos from
Kudos given to