MPC8540 exception

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

MPC8540 exception

1,112件の閲覧回数
stevegalus
Contributor I

I have a mature design based on the MPC8540 which uses the Fast Ethernet Controller with an MII interface to an Intel LX971 transceiver.  It transmits its bootp request and is sent an IP address, but when downloading the VxWorks OS it results in an Exception.   Any suggestions?  

exception.jpg

ラベル(1)
0 件の賞賛
返信
1 返信

915件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

This is an Illegal instruction exception, it better to debug the program to find the root cause.

Exception current instruction address is 0x01419c80 which causes an exception.

You could use CodeWarrior to debug the program to find the exact code.

or on vxWorks target shell you could use the following .

-> lkAddr 0x01419c80

-> l <function name>

For the details, it 's better to contact VxWorks technical support.

0 件の賞賛
返信