PEx _IRQHandler

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

PEx _IRQHandler

跳至解决方案
1,121 次查看
audi_mcavoy
Contributor IV

I am Using PEx under KDS 3.0 with KSDK 1.2 to create a new K64F12 based project.  I've added a fsl_gpio component and added an input pin to Port A.

 

I've specified that it should "interrupt on rising edge."  Then under the Events tab I've specified that the "PORTA IRQ handler" should "generate code."

 

The problem is, the ISR name becomes "_IRQHandler" (missing the "PORTA" prefix).  Of course, back on the Properties tab, this shows an error under the Initialization section.

 

Has anyone else seen this?  Any ideas on where to begin searching for a solution to this problem?

 

- Audi

标签 (1)
标记 (4)
0 项奖励
回复
1 解答
925 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Audi ,

Refer to your said , i test on my side simple, when build , it have no error :

pastedImage_0.png

the attachment is my project , you can check.

And if still have error with yours ,Please screenshot your error and project , or you can send your project to me , i will test it on my side !

BR

Alice

在原帖中查看解决方案

0 项奖励
回复
3 回复数
925 次查看
audi_mcavoy
Contributor IV

Update. . .

After a whole bunch of clicking & toggling & saving & closing/re-opening the Events tab now shows PORTA_IRQHandler; HOWEVER, the Properties tab still shows the "unassigned peripheral" error.

- Audi

0 项奖励
回复
926 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Audi ,

Refer to your said , i test on my side simple, when build , it have no error :

pastedImage_0.png

the attachment is my project , you can check.

And if still have error with yours ,Please screenshot your error and project , or you can send your project to me , i will test it on my side !

BR

Alice

0 项奖励
回复
925 次查看
audi_mcavoy
Contributor IV

Can you hear a huge sigh coming from my side?

I created three new projects this morning, documenting the various approaches I used as I went along, trying to recreate the error.  I never got the error again (you can put in that huge sigh right about here).

So at this point I have successfully set up a project, and I'm ready to begin actual development.

Alice, thank you for your efforts and response.

Best Regards,

- Audi

0 项奖励
回复