symbol created in init_IRQ bean is undefined vector.obj

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

symbol created in init_IRQ bean is undefined vector.obj

729件の閲覧回数
admin
Specialist II

Hello again

 

I have created a new bean (Init_IRQ) for an external interrupt - in the bean properities under interrupts I create a name for the ISR which I call "ShutOff". When I compile the program I get an error "Symbol ShutOff in file ./Generated_Code\Vectors.obj is undefined".

 

I can see ShutOff in the vector.c file               "ShutOff, /* Int.no.  2 Virq (at FFFA)  Used */

I guess I need to define the ISR "ShutOff" somewhere else in the program - but where?

 

Thanks!

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

598件の閲覧回数
CrasyCat
Specialist III

Hello

 

  You need to provide an implementation of interrupt function ShutOff in one of your application source file (.c).

 

  Do not encode that in a file located in the Generated Code folder. Files within this folder may be overwritten by

  Processor Expert  later on.

 

CrasyCat

0 件の賞賛
返信