CodeWarrior for ColdFire v6.3 :  Debugger fault.

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

CodeWarrior for ColdFire v6.3 :  Debugger fault.

314 Views
kolett999
Contributor I

 

The Development Environment is CodeWarrior for ColdFire v6.3 , I have the following problem:

 

The instructions of the kind indicated in red, causes the Debugger blocking with the following error message:

Exception vector name: Address ERROR.


Do you have any idea what it could be, does anybody help me, please ?


Linker cmd:

…………………………

………………………

int_sram_vector  (RWX)  :  ORIGIN =  0x20000000,  LENGTH = 0x00000500

.int_sram_vector   :  {} > int_sram_vector

 

___INT_SRAM_VECTOR  =  ADDR(.int_sram_vector);

__INT_SRAM_VECTOR    =  ___INT_SRAM_VECTOR:

………………………..

……………………….

Source:

…………….

uint32 *pVect;

…………………

……………….

pVect = (uint32 *)__INT_SRAM_VECTOR;

………………….

………………..

 

thanks in advance for any suggestions.

 

Stefano

Labels (1)
0 Kudos
1 Reply

199 Views
DavidS
NXP Employee
NXP Employee

Hi Stephen,

Did you resolve this?

I do not have the old CW6.3 and tested it with CW10.3 successfully.

I'd suggest setting a breakpoint on pVect and step the assembly code to see what it is being loaded with.

Regards,

David