When to use CMSIS peripheral driver?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

When to use CMSIS peripheral driver?

Jump to solution
341 Views
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 Kudos
1 Solution
318 Views
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

View solution in original post

0 Kudos
1 Reply
319 Views
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 Kudos