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
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.
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 CenterFile Exchange 中查找有关 C Code Generation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by