Using LIN Stack in project with processor expert.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Using LIN Stack in project with processor expert.

2,372件の閲覧回数
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 返信

2,186件の閲覧回数
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 件の賞賛
返信