When to use CMSIS peripheral driver?

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

When to use CMSIS peripheral driver?

跳至解决方案
1,076 次查看
idof
Contributor I

Hi,

Coming to plan my sw architecture and after going over the SDK examples I wonder when should I use the standard peripheral driver versus the CMSIS driver?

What's the considerations when choosing between them?

Are they both updated?

Which of these two is more robust?

Thank you

0 项奖励
回复
1 解答
1,053 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi idof 

CMSIS-Driver is ARM MDK Middleware.CMSIS-Driver is designed for multi semiconductor company products. NXP is one of the vendor
https://www.keil.arm.com/devices

If user has requirement to port the code to other semiconductor device, using CMSIS driver would be easier.But please note, There are not many CMSIS demo released so far.
“ standard peripheral driver" are produced and mantained by NXP.

Hope this will help you.

Jun Zhang

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,054 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi idof 

CMSIS-Driver is ARM MDK Middleware.CMSIS-Driver is designed for multi semiconductor company products. NXP is one of the vendor
https://www.keil.arm.com/devices

If user has requirement to port the code to other semiconductor device, using CMSIS driver would be easier.But please note, There are not many CMSIS demo released so far.
“ standard peripheral driver" are produced and mantained by NXP.

Hope this will help you.

Jun Zhang

0 项奖励
回复