symbol created in init_IRQ bean is undefined vector.obj

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

symbol created in init_IRQ bean is undefined vector.obj

728 次查看
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 回复

597 次查看
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 项奖励
回复