이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
타깃 하드웨어를 위한 사용자 지정 소프트웨어
MATLAB® 및 Simulink® 설계를 하드웨어 플랫폼에 배포할 수 있도록 소프트웨어를 개발
MATLAB 및 Simulink 설계를 하드웨어 플랫폼에 배포할 수 있도록 지원하거나 활성화하는 소프트웨어를 만듭니다. 폴더 및 파일 규칙, 소프트웨어 컴포넌트, 빌드 프로세스에서의 정보 전달에 대해 이해할 수 있습니다.
다음을 수행할 수 있습니다.
빌드 프로세스에 필요한 사용자 지정 툴체인을 등록합니다.
타깃 하드웨어에 맞춰 XCP 서버 소프트웨어를 사용자 지정합니다.
코드 생성 가정의 유효성을 검사하는 타깃 하드웨어 애플리케이션을 만듭니다.
타깃 프레임워크를 사용하면 다음을 수행할 수 있습니다.
지원되는 하드웨어의 범위를 확장합니다.
외부 모드와 PIL(Processor-in-the-Loop) 시뮬레이션을 위해 Simulink와 타깃 하드웨어 간의 연결을 제공합니다.
개발 목표를 달성하고 코드 생성을 제어하기 위해 시스템 타깃 파일을 사용자 지정할 수 있습니다.
네임스페이스
target | Manage target hardware and build tool information |
클래스
함수
도움말 항목
사용자 지정 타깃 하드웨어 지원
- Custom Targets
Create software to deploy MATLAB and Simulink designs to hardware platforms. - Target Development Folders, Files, and Builds
Relate custom system target file development to the folders and files that the build process creates and uses. - Custom Toolchain Registration
Register third-party software build tools for creating executables and libraries. - Register Custom Toolchain and Build Executable
Register and use a toolchain to build an executable program. - Troubleshooting Custom Toolchain Validation
Troubleshoot validation errors. - Customize XCP Server Software
Customize XCP server software for target hardware. - Check Code Generation Assumptions
Use standalone workflow to check code generator assumptions.
타깃 프레임워크를 사용하여 지원 개발
- Register New Hardware Devices
Extend the range of supported hardware by registering new devices. - Set Up External Mode Connectivity Between Simulink and Target Hardware
Usetarget
namespace to provide connectivity between Simulink and target hardware. - Set Up PIL Connectivity by Using Target Framework
Provide PIL connectivity between Simulink and the target hardware. - Define Custom Emulator for Target Connectivity
Provide connectivity for target emulator.
시스템 타깃 파일을 사용하여 지원 개발
- Customize System Target Files
Develop a custom system target file to meet development goals and to control code generation. - Custom Target Optional Features
Add optional feature support to a custom system target file for compliance with code generation features, such as toolchain compliance and model reference compliance. - Support Toolchain Approach with Custom Target
Add toolchain approach support to a custom system target file for more user-interface controls of the build process. - Support Model Referencing
Add model reference support to a custom system target file for model reference builds. - Support Compiler Optimization Level Control
Add compiler optimization level control support to a custom system target file for more build process control. - Support Concurrent Execution of Multiple Tasks
Add multitasking execution support to a custom system target file for multicore target models. - Support C Function Prototype Control
Add C function prototype control support to a custom system target file for more build process control. - Support C++ Class Interface Control
Add C++ class interface control support to a custom system target file for more build process control. - Device Drivers
Use device drivers as part of a real-time development project. - Create a Transport Layer for TCP/IP or Serial External Mode Communication
Create custom low-level communications layer to support an external mode connection to your custom target.