Nxp Semiconductors Full Speed Dfu driver installation manager was reported as very satisfying by a large percentage of our semiconductofs, so it is recommended to download and install. Job interview questions and sample answers list, tips, guide and advice. A library of over 250,000 device drivers, firmware, BIOS and utilities for Windows. Universal Print Driver Enables users to use various printing devices. Device Software Manager Detects the applicable MFPs and printers on your network or connected PCs via USB. Citrix Support A single, intelligent advanced driver, which can be used across your fleet of multifunction and laser printers. Legacy InfoPrint Workgroup Printer Support. The peripheral drivers and RTOS driver wrappers can be used across multiple devices within the product family without modification. The configuration items for each driver are encapsulated into C language data structures. Device-specific configuration information is provided as part of the MCUXpresso SDK and need not be modified by the user. The Xerox Standard Accounting Utility Extension eliminates the need for administrators to manually enter user authentication information at the device. When establishing user credentials for logging into a device for groups of users, utilize a CSV file to batch and import the information to a single device or multiple devices.
Arm® Processors
Arm® MCUs
Power Architecture® Processors
All Processors and MCUs
Audio
Interfaces
Peripherals and Logic
Power Management
Sensors
RF
RFID/NFC
Security and Authentication
Wireless Connectivity
Browse all products
Product Information
Application-Specific Products
Automotive
Mobile
Industrial
Smart City
Smart Home
Communication Infrastructure
Enabling Technologies
NXP Designs
Technical content and expertise to help jump start your design and get you to production faster.
Start your designSoftware
Download our latest development and embedded software solutions.
Development Boards
Expedite time-to-market with our extensive lineup of development kits.
Designs
Jump-start your design with proven hardware and software solutions.
Documentation
Get the latest specifications in our technical documentation library.
Training
Download NXP Multifunction Devices Driver
Further your technical expertise with online and in-person instruction.
Commercial Support and Engineering Services
Get comprehensive paid support to fast-track your product development.
Support
NXP Community
Design ideas, demo videos, quality answers. Connect with NXP professionals and other knowledgeable designers ready to help.
Training
Design Resources
Software, documentation, evaluation tools. The resources to build comprehensive solutions and accelerate your time to market.
Access our design resource libraryOur Company
News and Media
Investor Relations
Contact Us
Events
Careers at NXP
We're always looking for passionate and talented people to work with us.
Join our teamThe MCUXpresso Software Development Kit (MCUXpresso SDK) is a collection of software enablement for NXP Microcontrollers that includes peripheral drivers, multicore support, USB stack, and integrated RTOS support for FreeRTOSTM. In addition to the base enablement, the MCUXpresso SDK is augmented with demo applications, driver example projects, and API documentation to help users quickly leverage the support provided by MCUXpresso SDK. The KEx Web UI is available to provide access to all MCUXpresso SDK packages. See the MCUXpresso Software Development Kit (SDK) Release Notes (document MCUXSDKRN) in the Supported Devices section at MCUXpresso-SDK: Software Development Kit for MCUXpresso for details.
The MCUXpresso SDK is built with the following runtime software components:
- ARM® and DSP standard libraries, and CMSIS-compliant device header files which provide direct access to the peripheral registers.
- Peripheral drivers that provide stateless, high-performance, ease-of-use APIs. Communication drivers provide higher-level transactional APIs for a higher-performance option.
- RTOS wrapper driver built on on top of MCUXpresso SDK peripheral drivers and leverage native RTOS services to better comply to the RTOS cases.
- Real time operation systems (RTOS) for FreeRTOS OS.
Stacks and middleware in source or object formats including:
- A USB device, host, and OTG stack with comprehensive USB class support.
- CMSIS-DSP, a suite of common signal processing functions.
- The MCUXpresso SDK comes complete with software examples demonstrating the usage of the peripheral drivers, RTOS wrapper drivers, middleware, and RTOSes.
All demo applications and driver examples are provided with projects for the following toolchains:
- IAR Embedded Workbench
- Keil MDK
- MCUXpresso IDE
Download Nxp Multifunction Devices Drivers
The peripheral drivers and RTOS driver wrappers can be used across multiple devices within the product family without modification. The configuration items for each driver are encapsulated into C language data structures. Device-specific configuration information is provided as part of the MCUXpresso SDK and need not be modified by the user. If necessary, the user is able to modify the peripheral driver and RTOS wrapper driver configuration during runtime. The driver examples demonstrate how to configure the drivers by passing the proper configuration data to the APIs. The folder structure is organized to reduce the total number of includes required to compile a project.
Deliverable | Location |
---|---|
Demo Applications | <install_dir>/boards/<board_name>/demo_apps |
Driver Examples | <install_dir>/boards/<board_name>/driver_examples |
Documentation | <install_dir>/docs |
Middleware | <install_dir>/middleware |
Drivers | <install_dir>/<device_name>/drivers/ |
CMSIS Standard ARM Cortex-M Headers, math and DSP Libraries | <install_dir>/CMSIS |
Device Startup and Linker | <install_dir>/<device_name>/<toolchain>/ |
MCUXpresso SDK Utilities | <install_dir>/devices/<device_name>/utilities |
RTOS Kernel Code | <install_dir>/rtos |
The rest of this document describes the API references in detail for the peripheral drivers and RTOS wrapper drivers. For the latest version of this and other MCUXpresso SDK documents, see the kex.nxp.com/apidoc.