Main Content

ターゲットの開発

ARM® Cortex®-A プロセッサに基づくターゲットの作成

"ターゲット" は、MATLAB® および Simulink® の設計を組み込みハードウェアに展開します。ターゲットを使用すると、プロセッサ固有のコードを生成し、リアルタイムのオペレーティング システムとデバイス ドライバーを統合し、組み込みハードウェア上での実行をプロファイリングすることで、アプリケーションをプロトタイピング、検証、および展開できます。

Embedded Coder® Support Package for ARM Cortex-A Processors では、ARM Cortex-A プロセッサに基づいて新しい Embedded Coder ターゲットを開発できます。このサポート パッケージには以下のクラスと関数が用意されており、ターゲットの開発に役立てることができます。これは総称して "ターゲット ソフトウェア開発キット (SDK)" と呼ばれます。

開始する前に、What Is a Target?および前提条件を参照してください。独自のターゲットの作成を開始する準備ができたら、次の手順に従ってください。

関数

createTargetCreate an object for the target being developed
createHardwareCreate an object for the hardware that a target supports
deleteTargetDelete a target
loadTargetLoad a target
saveTargetSave a target
testTargetTest the features of the target using the supported hardware

クラス

すべて展開する

TargetAn object for the target being developed
BaremetalSchedulerCreate an object for a bare metal scheduler used for hardware
BaseRateTriggerTrigger that runs base rate task in generated code
DeployerApplication deployment configuration
ExternalModeExternal mode configuration
IOInterfaceIO interface connected to hardware
OperatingSystemOperating system that runs on hardware
PILProcessor-in-the-loop simulation configuration
ProfilerCode execution profiler that collects timing information for generated code
HardwareHardware that runs generated code
EthernetInterfaceEthernet interface connected to hardware
SerialInterfaceSerial interface connected to hardware
LoaderAn object that describes how to load code to hardware
ToolchainToolchain configuration
BuildConfigurationConfiguration that describes how to build generated code

トピック