I am trying to send CAN messages with extended IDs, but they appear to be set to standard IDs even though I have enabled them as extended.
The CAN ID is 0x1CFF3225, but when receiving the message the ID is 0x255.

I have enabled extended ID in the mail box configuration block as shown below. I noticed that in the generated code (on the right) shows that the msg_id_type is FLEXCAN_MSG_ID_STD (it should be FLEXCAN_MSG_ID_EXT)...

I also enabled extended ID in the send block as shown below...

I am using Model-Based Design Toolbox for S32K1xx Series Version 4.3.0
It seems that there is a bug and extended ID option is not being set in the generated code ?
How can I fix this ?