NIPCIe6323 Driver for simulink RTW

why there is no driver for NIPCIe6323 in simulink RTW
while it was there in simulink DAQ ,
i need driver for PCIe6323 to work in RTW of simulnk
please give some solutions
thank you

Answers (1)

Kaustubha Govind
Kaustubha Govind on 30 Aug 2011
In general, Real-Time Workshop (now, Simulink Coder) generates ANSI/ISO C/C++ code and thus supports all embedded microprocessors that support C/C++ compilers. None of the code generated is platform-specific, which makes it infeasible to support specific hardware that always have platform-specific drivers (and may not even be supported on all platforms).
Certain target-specific code can be generated using Embedded Coder (previously the Target Support Package line of products), as long as you are using supported hardware.
However, if you would like to generate code for unsupported hardware, you can always create your own custom driver block. See Integrating Device Drivers.

Categories

Find more on Embedded Coder in Help Center and File Exchange

Asked:

on 30 Aug 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!