Why am I not able to use 'checkEnvSetup' function to connect the F28335 processor in Embedded Coder 7.3 (R2019b) using Code Composer Studio v 9.1.10?

In the setup phase, I tried to run the following code:
>> checkEnvSetup ('ccsv9','f28335','check')
But it was not recognized with the following error.
Unrecognized function or variable 'checkEnvSetup'.

 Accepted Answer

The function 'checkEnvSetup' has been removed starting from R2018b. You need to use the Setup Gear for configuring the support package. For detailed instructions, you can access the release-specific documentation by executing the following command in the MATLAB R2019b command window:
>> web(fullfile(docroot, 'supportpkg/texasinstrumentsc2000/modeling.html'))
Please follow the link below to search for the required information regarding the current release:

More Answers (0)

Products

Release

R2019b

Community Treasure Hunt

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

Start Hunting!