Resolved! STM32 CAN BUS missing some transferred messages
Hi, I am trying to communicate with other CAN devices on CAN BUS with STM32F103.I have enabled "void HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeDef *hcan)" to receive message interrupt as highest priority and in main loop I am checking if I got ...