CW 8.8 Crashes. Please help ...

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

CW 8.8 Crashes. Please help ...

2,137件の閲覧回数
sachinr
Contributor I
Folks,

We are facing CW crashes everytime our application accesses the R1 register of the MPC 8360 in our application. This is a standalone application built to execute out of RAM. So we have not imported any source files into the CW debugger. All our debugging happens using PowerPC assembly language. The problem occurs during our Interrupt Service Routine (ISR) where we access the R1 (Stack Pointer) register. At this point CW invariably crashes with the following error:

CodeWarrior encountered an unhandled exception 0xc0000005 at address 0x02aec39d (The memory at address 0x00000000 could not be read).

Is it necessary that our application has to link with a small CW application which handles all exceptions or can my application run as an independent entity?
Please do help me out here,

Thanks,
--
Sachin
ラベル(1)
0 件の賞賛
返信
1 返信

858件の閲覧回数
J2MEJediMaster
Specialist I
I ma not clear as to what is going on here. You say you have a program to download but you're not using any source files? Or you using the CW assembler alone? Was this program built with other tools? Is the program known to work, and if so, on what hardware did it work?

Normally a CW C program will use a start.c file to set up the run-time environment for C, but I don't think that's the case for the debugger. The debugger uses the built-in debug hardware for debugger control.

---Tom

0 件の賞賛
返信