How can I generate a ccs project base on the **.out file which comes from matlab2013a/simulink and ccs4 ?
조회 수: 19 (최근 30일)
이전 댓글 표시
I have successfully use matlab2013a/simulnk generate a ccs4 (F28335) .out file,and the .out file can successfully download to the dsp board.
But I want to creat a project about CCS base on the .outfile, so that I could add some code that I wanted.
I couldn’t find the references about this....
Thanks.
댓글 수: 0
답변 (8개)
Kaustubha Govind
2014년 6월 17일
Project generation with Simulink is not supported for CCSv4/5, this is only possible with older versions of CCS. You need to use the XMakefile workflow for CCSv4/5. See the note on the documentation page Using Makefiles with Code Composer Studio 4/5:
"Note: The Embedded Coder® IDE Project Generator feature is not available for CCSv4/5 in the current release. For more information about IDE Project Generator, see IDE Projects"
댓글 수: 0
hui Evy
2014년 6월 19일
편집: Walter Roberson
2016년 1월 25일
can not understanding how do you do it?
generation the project succeeful at the end ?how ?
댓글 수: 0
Zhang
2014년 6월 19일
댓글 수: 3
xinbang tu
2016년 7월 29일
意思就是,在CCS中新建一个project,然后把simulink自动产生的代码导入这个project中去,同时还要导入一些matlab自带的c、asm和h文件;之后在CCS中编译、查错、调试、烧录。
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!