9S12XEP100 with a simple RTI initialization

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

9S12XEP100 with a simple RTI initialization

Jump to solution
800 Views
nocturnalHippoz
Contributor I

Hi everyone,

 

I'm having a bit of a problem with initializating the RTI on the 9S12XEP100 chip. Enclosed with this Email is a copy of the code. The error that I'm receiving during compiling is:

 

"L1907: Fixup overflow in_Vector_7, to rti_isr type 1, at offset 0x0"

 

At first, I thought I was addressing off the wrong vector address but opening the the vector map in the .h file shows that the Vrti is at 7. Does anyone have any ideas or recommendations? Thank you in advance.

 

Sincerely,

Ron.

Labels (1)
0 Kudos
Reply
1 Solution
620 Views
CompilerGuru
NXP Employee
NXP Employee

Interrupt handlers must be explicitely allocates in NON_BANKED in the banked memory model.

 

Search for NON_BANKED and interrupt in the forum, e.g. here is a sample use, there are many others:

 

https://community.freescale.com/message/73150#73150

 

Daniel

View solution in original post

0 Kudos
Reply
2 Replies
621 Views
CompilerGuru
NXP Employee
NXP Employee

Interrupt handlers must be explicitely allocates in NON_BANKED in the banked memory model.

 

Search for NON_BANKED and interrupt in the forum, e.g. here is a sample use, there are many others:

 

https://community.freescale.com/message/73150#73150

 

Daniel

0 Kudos
Reply
620 Views
nocturnalHippoz
Contributor I

Thank you! :smileyhappy:

0 Kudos
Reply