Image processing development board
조회 수: 5 (최근 30일)
이전 댓글 표시
I am going to design a new development board for image processing with TI's C6000 based DSP. My question is the code generated by MATLAB C coder can be used to code the processor for standalone system??? else there needs any continuous communication between processor and MATLAB.
댓글 수: 1
David Law
2020년 2월 14일
This question is over 4 years old, but since I somehow ended up here from Google I think I'll answer it for posterity.
"MATLAB Coder™, Simulink Coder™, and Embedded Coder® generate ANSI/ISO C/C++ code that can be compiled and executed on any DSP or Microcontrollers"
So yes you can code the system because it's just C code, but regarding the TI C6000 series there are no specific optimizations provided by Mathworks:
"With the exception of C2000, MathWorks does not offer an Embedded Coder Hardware Support Package for the devices listed on this page. However, you can use Embedded Coder to customize the generated code for TI processors using published APIs and reference examples. For example, you can generate processor-specific (non- ANSI) optimized code and perform processor-in-the-loop (PIL) testing with execution profiling. Third Party Connection hardware and software products may exist, and MathWorks Consulting Services is available to aid with hardware integrations."
So check with TI to see if they have a plugin for their target processors.
Quotes taken from here: https://www.mathworks.com/hardware-support/texas-instruments.html
And no, you don't need "continuous communication between processor and MATLAB" unless you're doing "processor-in-the-loop" (PIL) testing, which is a nice feature.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 C Code Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!