Device Driver Blocks
A device driver block is a specialized MATLAB System block that generates custom C/C++ device driver code when deployed to a BeagleBone® Black hardware board. Device driver blocks provide easy access to hardware board features, such as communication protocols or hardware libraries, not available in the BeagleBone Black.
You can develop a device driver block from a template System object™ and then share the completed blocks with other users.
Topics
- Prerequisites
Learn the system requirements and recommended skills to develop device driver blocks for ARM® Cortex®-A based hardware boards.
- Structure of Device Driver System Object
Understand the concepts and operation of device driver blocks implemented using System object.
- Simulation with Device Driver Blocks
Choose and implement a data simulation mode for device driver blocks.
- Sharing Device Driver Blocks with Other Users
Package and distribute your device driver blocks.