Hi,if I`m well understanding you are using the CAN_SUB_0_MESSAGE_RAM for both controllers MCAN0_0 and MCAN1_1. This configuration is wrong because the controllers are from different subsystems, and you are only using the shared ram from subsystem 0. ...
Hi Sreejith,if I well understand you are calling the "can_lld_receive" function inside the callback function, and this call probably is the root cause of your issue. This because we are reading for two consecutive times the same message buffer.In tha...
Hi Sreejith,please describe better the issue adding more details about your configuration and what your code do.Please check the ECR, PSR registers after the problem occurs.Sorry, but I need to replicate your issue to understand if there is a problem...
Hi,I think that there is a problem in pads configuration.Please configure the right RX and TX pads as showed in the below example: /* Setup FlexCAN 0 pins */ /* TX (PB0) PA = 1 (AF1) / OBE = 1 / ODE = 1 / WPE = WPS = SRC (min value) = 0 */ S...