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.
johngreenjets_1-1684838145224.png
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)...
johngreenjets_0-1684838078303.png
I also enabled extended ID in the send block as shown below...
johngreenjets_2-1684838290369.png
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 ?