mpc860 codewarrior debug issue

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

mpc860 codewarrior debug issue

562件の閲覧回数
ravadasrikanth3
Contributor I

we are using MPC860TCVR66D4 Powerquicc Processor with Codewarrior 8.8 IDE where we are unable enter in to the Debug Mode Can any one help us.

The error we are getting is Exception Screenshot (8).png

0 件の賞賛
1 返信

487件の閲覧回数
alexander_yakov
NXP Employee
NXP Employee

Exception 0x01000 is generated on unimplemented instruction or instruction with unimplemented register.

The following is said in MPC860 Reference Manual, Section 6.1.3.1:

6.1.3.1 Software Emulation Exception (0x01000)
An software emulation exception occurs as a result of one of the following conditions:
• When executing any unimplemented instruction, including all illegal and unimplemented
optional and floating-point instructions.
• When executing a mtspr or mfspr that specifies an on-core unimplemented register,
regardless of SPR[0].
• When executing a mtspr or mfspr that specifies an off-core unimplemented register and
SPR[0] = 0 or MSR[PR] = 0 (no program exception condition).

So, please run the board under debugger control and check, which particular instruction causes this error. If instruction looks correct, than this means hardware issue - the core reads correct instruction incorreclty due to some hardware reason. In this case please check basic things - reset configuration settings, clock settings, power supply quality, and etc.


Have a great day,
Alexander,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 件の賞賛