Software Emulation Exception

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

Software Emulation Exception

ソリューションへジャンプ
3,917件の閲覧回数
phani
Contributor I

Hi ,

 

I am getting the Software Emulation Exception exception while executing the code in MPC860T am using the code warrior 8.1.am getting the exception when ever i start executing from __start am getting exception while executing

 

mr r14,argc

mr r15,argv

mr r16,envp

 

If there is any mistake in the __start file plese let me know.

Original Attachment has been moved to: __start.c.zip

ラベル(3)
タグ(1)
1 解決策
3,431件の閲覧回数
alexander_yakov
NXP Employee
NXP Employee

The root cause of this problem is in some sensitive registers corrupted during initial device initialization before entering this __start subroutine.

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

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
3,431件の閲覧回数
ravadasrikanth3
Contributor I

Hi phaneesh,

we are also facing the same issue software emulation exception can you suggest how to solve the issue and the configuration file looks same as you were used with 66Mhz.

suggest us whether I need to change any heap, stack and data address or I should untick any exception.

0 件の賞賛
返信
3,432件の閲覧回数
alexander_yakov
NXP Employee
NXP Employee

The root cause of this problem is in some sensitive registers corrupted during initial device initialization before entering this __start subroutine.

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

0 件の賞賛
返信
3,428件の閲覧回数
hwrobel
NXP Employee
NXP Employee

Check in Mixed mode after Download first if your memory content is ok.

If you just look at the source view, you may not see the full picture.