Error encountered using VECTOR ADDRESS in PRM file

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

Error encountered using VECTOR ADDRESS in PRM file

Jump to solution
1,722 Views
e_taylor
Contributor III

Hello, I am trying to implement an interrupt routine on an XDP512 using CW 5.1 and get an error indicating there had been an overflow or underflow of the vector value.

There is a file named Vector.asm that has the following code:

;VectorTest

         XDEF SVC_RTI

SVC_RTI rti

At the end of the PRM file I added:

VECTOR ADDRESS 0xFFF0 SVC_RTI

What have I done incorrectly that is causing this error?

Thank you!

Ed

 

0 Kudos
1 Solution
1,713 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi @e_taylor 

Please send your error screenshot. a demo project is better. Thus I can look into it directly.

Thanks,

Jun Zhang

View solution in original post

0 Kudos
1 Reply
1,714 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi @e_taylor 

Please send your error screenshot. a demo project is better. Thus I can look into it directly.

Thanks,

Jun Zhang

0 Kudos