difference between ExtInt and ExtInt_LDD

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

difference between ExtInt and ExtInt_LDD

1,637 次查看
prakashpatel
Contributor II

Hi,

Can any one tell me what is difference between CPU internal peripheral - Interrupt and Logical device drivers - Interrupt while using Processor expert in CW.

Thanks

Prakash

2 回复数

1,311 次查看
vfilip
NXP Employee
NXP Employee

Hello,

ExtInt_LDD is RTOS ready. Both components have the same API excepts first parameter in ExtInt_LDD. Generally all LDD components haveUserDataPtras first parameter in all methods (for more detail please refer documentation).

ExtInt is obsolete and I would recommend to use the LDD variant.

Best regards

Vojtech Filip

Processor Expert Support Team

1,311 次查看
jvasil
Contributor III

I don't think that the fact that "ExtInt" is obsolete is mentioned in the help text shipped with PEx 10.4 (although actually, it sounds like "Deprecated" is a better description of the status of this component).

0 项奖励
回复