Hi Razvan,
I am honored to receive your reply. I want to receive messages from two different IDs and i want to send with two different IDs for what we have received. i cant find the way to give you my file. i will put some photos.
1.In the Tx part's function-call subsystem:

1.1 in the FCAN_Isr's function-call subsystem:

in the case action, we have two LED to toggle so we can know that we have received the messages, and we save these received data to 2 memory blocks and them send them with two differet IDs.
2.In the TX part's function-call subsystem:
we use two blocking TX parts to send these two kinds of messages.

The situation we encountered is that:
1. If we delete the whole "Tx parts", we can observe that the LEDs defined in 1.1 are Flashing, thus we konw that the MCU received the mesaages.
2. If we dont delete the "Tx parts", we can oberve that the MCU sents the 2 messages defind in 2., but LEDs are not flashing and the truth is , MCU can not receive messages any more.
We are new to MBDT and this kind of MCU.
I don’t know if what configuration caused this result, so I’m confused. Hope you can help me, thank you very much