Matlab 2012a-C2000 Mcu
Show older comments
Hi
My name is lokman
I am a student
I have a question
I am use matlab 2012a and c2000 (mcu TMS320F28027)
I want use mcu with matlab but there are a lot of problems
>> cs = ticcs
TICCS Object:
Processor type : TMS320C28xx
Processor name : TMS320C2800_0
Running? : No
Board number : 0
Processor number : 0
Default timeout : 10.00 secs
RTDX channels : 0
>> cs.visible(1)
>> cs.new('my_proj','project')
>> cs.add('my_proj_main.c')
Error using filenameParser (line 55)
The specified file "my_proj_main.c" does not exist on the IDE and MATLAB paths.
Error in
C:\Users\Lokman\MATLAB\toolbox\idelink\foundation\+linkfoundation\+autointerface\@baselink\add.p>add
(line 24)
>> checkEnvSetup('ccs','f28027','check')
1. CCS (Code Composer Studio)
Your version :
Required version: 3.3.82.13
Required for : Automation and Code Generation
2. CGT (Texas Instruments C2000 Code Generation Tools)
Your version :
Required version: 5.2.1
Required for : Code generation
3. DSP/BIOS (Real Time Operating System)
Your version :
Required version: 5.33.05
Required for : Real-Time Data Exchange (RTDX)
4. 2802x C/C++ Header Files
Your version : 1.26
Required version: 1.26
Required for : Code generation
DSP2802x_INSTALLDIR="C:\tidcs\c28\DSP2802x\v126"
5. Flash Tools (TMS320F2802x Piccolo(TM) Flash API)
Your version : 2.00
Required version: 1.00
Required for : Flash Programming
FLASH_2802X_API_INSTALLDIR="C:\tidcs\c28\Flash28_API\Flash2802x_API_V200"
>>
can you please
Thank you
2 Comments
Walter Roberson
on 23 Apr 2013
The message is saying that it cannot find your file "my_proj_main.c" anywhere on the MATLAB path.
However, the checkEnvSetup also suggests that you need to install CGT, and possibly CCS as well.
vikrant duhan
on 3 May 2017
hello lokman I am getting the same error while connecting f28027 please let me know if you have fixed this error. My mail id is vikd5784@gmail.com
Answers (1)
Amandine Chavant
on 23 Apr 2013
0 votes
Hi Lokman,
I have the same problem, I can't find the flash tool v1.00 on the Internet. Have you finally found it? If so, could you send me this tool via mailing please? I will write to you my email if you want to. Thank you.
Amandine
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!