CW 8.8 Crashes. Please help ...

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW 8.8 Crashes. Please help ...

1,703 Views
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
Labels (1)
0 Kudos
Reply
1 Reply

424 Views
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 Kudos
Reply