Processor Expert: set interrupt table entry

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

Processor Expert: set interrupt table entry

跳至解决方案
1,536 次查看
jrychter
Contributor V

When using Processor Expert, the Vectors.c file that contains the interrupt table is automatically generated. What if I need to set some interrupt vectors myself, for code that coexists with PE?

Searching the forums only produced solutions that involve setting the file to read-only to avoid regeneration and re-incorporating changes manually after components are added or reconfigured. Surely there must be a better way?

标记 (1)
0 项奖励
回复
1 解答
1,171 次查看
BlackNight
NXP Employee
NXP Employee

Hi Jan,

is this for Kinetis/ARM?

You can use the InterruptVector component for this:

Note that you have to disable 'filtering' in order to see this component for Kinetis (this glitch already has been reported).

Erich

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,172 次查看
BlackNight
NXP Employee
NXP Employee

Hi Jan,

is this for Kinetis/ARM?

You can use the InterruptVector component for this:

Note that you have to disable 'filtering' in order to see this component for Kinetis (this glitch already has been reported).

Erich

0 项奖励
回复
1,171 次查看
jrychter
Contributor V

Oh, so *that's* why I couldn't find it! I saw mentions of InterruptVector component, but could not find it in the alphabetical component list. Thanks!

(yes, this is for Kinetis)

0 项奖励
回复
1,171 次查看
TICS_Fiona
NXP Employee
NXP Employee

Please disable the filter in Components Library.

disble filter.png