Question
STM32F105RC CAN recviev Message is overwritten
Posted on November 01, 2017 at 07:29

#stm32f105-can-bus
Dear all,
I meet a problem is the messages what I receive via CAN bus are overwritten.
I check the datasheet,if FIFO lock function is �enabled�, the incoming message will be discarded.

But the value is also overwritten by next message. I don't know why ?
below is my Init code and receive interrupt code?

#stm32f105-can-bus