How to write Matlab Code for Microcontroller (such as 8051, PIC) and convert them into HEX code such that it can be burn on the microcontroller ?

37 次查看(过去 30 天)
I am a newbie i m doing project on microcontroller so i want to write the codes for microcontroller on MATLAB and use it on the microcontroller. Please help me....

回答(2 个)

Kaustubha Govind
Kaustubha Govind 2012-8-15
You can use the MATLAB Coder product to generate standalone C code from your MATLAB code, and then use the tool-chain specific to your hardware to convert the C code to binary code. Note that not all MATLAB functions are supported for code-generation. Please see MATLAB Language Subset for Code Generation.
  10 个评论
Walter Roberson
Walter Roberson 2013-9-11
MATLAB Coder, an optional product, can convert some subsets of MATLAB to ANSI C code. There is no version of MATLAB that can convert MATLAB to C without using MATLAB Coder (or, on very early releases, MATLAB Compiler, but these days that is not what the modern MATLAB Compiler does.)

请先登录,再进行评论。


Sachin Verma
Sachin Verma 2016-10-6
Hii , i convert code to c from matlab simulink model. How to specify pin fuction in sumulink model of matlab generated code to do task. like adc input pin or output pin.

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by