9S12XEP100 with a simple RTI initialization

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

9S12XEP100 with a simple RTI initialization

ソリューションへジャンプ
1,197件の閲覧回数
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.

ラベル(1)
0 件の賞賛
返信
1 解決策
1,017件の閲覧回数
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 件の賞賛
返信
2 返答(返信)
1,018件の閲覧回数
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 件の賞賛
返信
1,017件の閲覧回数
nocturnalHippoz
Contributor I

Thank you! :smileyhappy:

0 件の賞賛
返信