CMSIS Drivers

The CMSIS drivers are generic device-independent APIs for peripherals, including I2C, SPI, and UART. These drivers are created to allow easy setup and use of peripherals and interfaces by handling most of the manual configuration work in the back-end. The drivers can be used in the sample applications by including the appropriate interface header files and the CMSIS drivers library.

For more information about this topic, see: