주요 콘텐츠

이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.

타깃 개발

ARM® Cortex®-M 프로세서를 기반으로 타깃 생성

타깃은 MATLAB® 및 Simulink® 설계를 임베디드 하드웨어에 배포합니다. 타깃을 사용하여, 프로세서별 코드 생성, 실시간 운영 체제 및 장치 드라이버 통합, 임베디드 하드웨어에서의 실행 프로파일링을 통해 애플리케이션의 프로토타입을 제작하고 검증하고 배포할 수 있습니다.

The Embedded Coder® Support Package for ARM Cortex-M Processors는 ARM Cortex-M 프로세서를 기반으로 새로운 Embedded Coder 타깃을 개발하는 데 도움이 됩니다. 이 지원 패키지는 타깃을 개발하는 데 도움이 되는 다음과 같은 클래스와 함수를 제공하며, 이를 통칭하여 Target Software-Development-Kit(SDK)라고 합니다.

시작하기 전에 What Is a Target? 항목과 Prerequisites 항목을 참조하십시오. 자신만의 타깃을 만들 준비가 되면 Implement 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 object for bare metal scheduler used for hardware
BaseRateTriggerTrigger that runs base rate task in generated code
DeployerApplication deployment configuration
ExternalModeExternal mode configuration
IOInterfaceI/O 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
LoaderDescribe how to load code to hardware
ToolchainToolchain configuration
BuildConfigurationConfiguration that describes how to build generated code

도움말 항목