Using LIN Stack in project with processor expert.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Using LIN Stack in project with processor expert.

890 次查看
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 项奖励
回复
1 回复

704 次查看
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 项奖励
回复