About Matlab Support for C2000 Piccolo LaunchPad.
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello.
I have already read the support that Matlab provides for C2000. ( http://www.mathworks.com/hardware-support/ti-c2000.html )
But i would like to know for sure if the only way that Matlab connects to the C2000 launchpad is by using Code Composer Studio (Ti's IDE for C2000). Can i connect matlab to C2000 without the Code composer studio?
Thanks in advance.
Rafael
댓글 수: 0
채택된 답변
Walter Roberson
2014년 1월 4일
Yes, you can connect to C2000 without using Code Composer.
I have no estimate at all of the amount of effort it would take to write the infrastructure yourself.
댓글 수: 0
추가 답변 (1개)
rafael
2014년 1월 4일
편집: Walter Roberson
2014년 1월 4일
댓글 수: 2
Walter Roberson
2014년 1월 4일
It has a UART, so you can communicate with it while it is running.
Writing appropriate compilers and tools to use it without CCS could potentially be the work of years -- but it can be done.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!