Hello @R2_D2,
The BFAR address simply tells you where the bus fault is detected on the bus, this is not the PC address of the instruction that triggers the exception.
You can get the PC address from the stack as expalained in the document and shown in the example.
0x40024000 is an address of the FlexCAN0 module, register MCR

Probably because the bus clock for FLexCAN0 module is not enabled.
Please try enabling the PCC_FlexCAN0[CGC] clock:

Do you use FlexCAN0 in your application?
Regards,
Daniel