How to solve the problem of unsupported board/processor "f28377" in Matlab2017a?

1 回表示 (過去 30 日間)
Mahmoud Zidan
Mahmoud Zidan 2017 年 10 月 29 日
編集済み: lavido hyperno 2018 年 2 月 15 日
I am trying to connect my c2000 board TMS320f28377S to simulink for code generation, when I check for board support using the following command:
checkEnvSetup('ccsv5','f28377')
and the result is
Error using checkEnvSetup_private
Unsupported board/processor "f28377".
I know that Matlab2017a supports this board.
Note: I am using matlab on ubuntu 16.04
Any idea how to solve this problem?
  2 件のコメント
Walter Roberson
Walter Roberson 2017 年 10 月 29 日
Could you confirm that you have the C2000 Support Package installed? I have checkEnvSetup even though I do not have that package installed.
Mahmoud Zidan
Mahmoud Zidan 2017 年 10 月 30 日
Yes, it is installed. Simulink library has blocks for the f28377s board also.

サインインしてコメントする。

回答 (2 件)

Astarag Chattopadhyay
Astarag Chattopadhyay 2017 年 11 月 10 日
Hi,
You need to have CCS V6 or later to work with C2000 F2837xS processors.
Please follow this documentation link for more details.

lavido hyperno
lavido hyperno 2018 年 2 月 15 日
編集済み: lavido hyperno 2018 年 2 月 15 日
Hi , first of all checkEnvSetup command work only for idelink communication , since you're using c2000 f28377s and CCS6 you should communicate with the target through a makefile approach . make sure that all the following steps are verified :
1. controlSUITE and CCS6 should be installed preferably in the same location (like C:\ti )
2. make sure to install a compatible compiler (check compatibility from the link : https://www.mathworks.com/support/compilers.html)
3. install Embedded Coder Support Package for Texas Instruments C2000 Processors .
the installation is straightforward , at the end you should locate the installation folder of controlSUITE and CCS6 so matlab can use them when needed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by