CodeWarrior for ColdFire v6.3 :  Debugger fault.

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

CodeWarrior for ColdFire v6.3 :  Debugger fault.

746件の閲覧回数
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

ラベル(1)
0 件の賞賛
返信
1 返信

631件の閲覧回数
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