이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
타깃 개발
타깃은 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의 단계를 따르십시오.
함수
createTarget | Create an object for the target being developed |
createHardware | Create an object for the hardware that a target supports |
deleteTarget | Delete a target |
loadTarget | Load a target |
saveTarget | Save a target |
testTarget | Test the features of the target using the supported hardware |
클래스
도움말 항목
- What Is a Target?
An overview of the concepts of a target, including the hierarchy of targets, target features, and how targets work.
- Prerequisites
An overview of the system and product requirements, and recommended skills of a developer needed to create a target.
- Implement a Target
Procedural guide to create a target for the ARM Cortex derived hardware board. Follow the sections provide to create a custom Simulink target for your ARM Cortex derived hardware board.
- 단계 1: Preliminary Steps
- 단계 2: Create the Framework
- 단계 3: Specify the Hardware
- 단계 4: Define and Activate Features
- 단계 5: Activate the Application Deployment Feature
- 단계 6: Activate the Scheduling Feature
- 단계 7: Activate the Processor-in-the-Loop Feature
- 단계 8: Activate the External Mode Feature
- 단계 9: Activate the Code Replacement Feature
- 단계 10: Activate the Profiler Feature
- Deliver Your Target to End-Users
Deliver a target to end-users.
- Design Cases
Example of target designs.
- Class Diagram for the Target SDK
A class diagram showing the relationship and hierarchy of the Target SDK classes.