Main Content

制定一个目标

Create a target based on the ARM®Cortex®-R processors

Atargetdeploys MATLAB®和Simulink®designs to embedded hardware. With targets, you can prototype, verify, and deploy your application by generating processor-specific code, integrating real-time operating systems and device drivers, and profiling execution on your embedded hardware.

TheEmbedded Coder®Support Package for ARM Cortex-R Processorshelps you develop new Embedded Coder targets based on the ARM Cortex-R processor. This support package provides you with the following classes and functions to help develop your targets, collectively referred to as theTarget Software-Development-Kit (SDK)

Before you start, seeWhat Is a Target?Prerequisites.当you are ready to start creating your own target, follow the steps inImplement a Target

Functions

createTarget Create an object for the target being developed
createHardware Create an object for the hardware that a target supports
deleteTarget 删除一个目标
loadTarget Load a target
saveTarget Save a target
testTarget Test the features of the target using the supported hardware

Classes

expand all

Target An object for the target being developed
BaremetalScheduler Create an object for a bare metal scheduler used for hardware
BaseRateTrigger Trigger that runs base rate task in generated code
Deployer Application deployment configuration
ExternalMode 外部模式配置
IOInterface IO interface connected to hardware
OperatingSystem Operating system that runs on hardware
PIL Processor-in-the-loop simulation configuration
Profiler Code execution profiler that collects timing information for generated code
Hardware Hardware that runs generated code
EthernetInterface Ethernet interface connected to hardware
SerialInterface Serial interface connected to hardware
Loader An object that describes how to load code to hardware
Toolchain Toolchain configuration
BuildConfiguration Configuration that describes how to build generated code

Topics