FLEX_CAN how to prevent kStatus_FLEXCAN_RxOverflow

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FLEX_CAN how to prevent kStatus_FLEXCAN_RxOverflow

Jump to solution
623 Views
_bjs
Contributor III

Please help.
I am receiving RxOverflow when i modified the IMXRT1050-EVKB FLEXCAN_Interrupt_Transfter sdk example.
I am receiving every 10ms.

0 Kudos
1 Solution
613 Views
_bjs
Contributor III

Problem solved by use of:
https://community.nxp.com/t5/i-MX-RT/IMXRT1062-Flexcan-FD-FIFO-Example/m-p/898644#M2914


And API to clear status flags FLEXCAN_ClearStatusFlags(EXAMPLE_CAN, kFLEXCAN_ErrorFlag );

 

View solution in original post

0 Kudos
1 Reply
614 Views
_bjs
Contributor III

Problem solved by use of:
https://community.nxp.com/t5/i-MX-RT/IMXRT1062-Flexcan-FD-FIFO-Example/m-p/898644#M2914


And API to clear status flags FLEXCAN_ClearStatusFlags(EXAMPLE_CAN, kFLEXCAN_ErrorFlag );

 

0 Kudos