Hi Mandar,
From the error messages, the problem is because of the vector table definition overlap.
With processor expert, vector table is defined in Vectors.c, For example,
static const tIsrFunc _InterruptVectorTable[] @0xFF10U = {... ...}
While LIN stack should also defines its vector table already.
please check if this cause conflict.
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------