Hardware settings, replacing the C2000 hardware board gets an error
이전 댓글 표시
I got an error when I changed the hardware board to 2837xD in the hardware settings
The error is as follows:
创建 "配置参数" 对话框时出现意外错误。原因可能是您的 MATLAB 路径中的函数遮蔽了内置 MATLAB 函数
函数或变量 'matlabshared.target.tic2000.getInstallSpPkgMsg' 无法识别。
file: F:\matlab2022a\toolbox\target\codertarget\+codertarget\+utils\getTargetHardwareDetailWidgets.p
name: getTargetHardwareDetailWidgets
line: 0

댓글 수: 4
Keerthana Ramesh
2022년 8월 16일
Hi,
To work around the issue and use the features from the Embedded Coder Support Package, set the below model parameters at the command line:
First, set your hardware board:
>> set_param(gcs,'HardwareBoard', 'TI Delfino F2837xD')
Then, enable the Embedded Coder Support Package feature set for your model:
>> set_param(gcs,'HardwareBoardFeatureSet', 'EmbeddedCoderHSP')
If this does not work, may I please know the MATLAB version you are using?
Thanks,
Keerthana
昊天
2024년 1월 17일
I encounted this problem too when I chose hardware as 2837xd. But unluckily, these solutions didn't work. My Matlab version is 2022b.
昊天
2024년 1월 17일
Further, it seems that problems occur only when 2837xd is chosen. I did this trial, and the other is Okay.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 部署에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!