Using LIN Stack in project with processor expert.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Using LIN Stack in project with processor expert.

755 Views
mandarsansare
Contributor I

Hello all,
We are using FSL_LIN_2.x_STACK_Package_4.5.9 provided by NXP ,in our project.
at the same time we are using Processor expert functionality from Codewarrior
Microcontroller used: MC9S12XEP100 
when we include LIN stack into project, we are getting this below errors.

how to resolve this?

this seems to be something related overlapping of segments.

I have attached snippets form MAP file. hope it helps to clear the issue.

pastedImage_1.png

0 Kudos
1 Reply

569 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos