Hi @PetrS
Thank you for your response.
The below attached snap is from data-sheet. The vector table shows different interrupt vector for MB 0 - MB 16. But shared between MB16 to MB31 and MB32 to MB63.

In my configuration I'm trying to configure only the MB62 and MB63 for Tx. whereas MB0 to MB61 for Rx.
I want ISR to be invoked only for MB62 and MB63(For Tx only), But with this configuration my ISR function is invoked because of Rx, when messages are received at MB32 to MB61.
How can I fix this issue ?