2020-10-20 01:58 AM
do we have any bit disable particular can frame receive warn message as we have in imx6 platform ?
RWRN_MSK
This bit provides a mask for the Rx Warning Interrupt associated with the RWRN_INT flag in the Error andStatus Register. This bit is read as zero when MCR[WRN_EN] bit is negated. This bit can only be written ifMCR[WRN_EN] bit is asserted.
1Rx Warning Interrupt enabled
0Rx Warning Interrupt disabled
2020-10-20 04:50 AM
Hi,
I'm not CAN specialist, but according to RM0436 (STM32MP157 advanced Arm®-based 32-bit MPUs), there is in FDCAN_IE (together with many other interrupt enable bits)
Bit 24 EWE: Warning status interrupt enable
0: Interrupt disabled
1: Interrupt enabled
2020-10-20 06:38 AM
yes i check this flag but it is generic for tx warn and rx warn message.
i try to send miss can baud from can analyser send, expected not to increase any receive warn.