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 ?

26 views (last 30 days)
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....

Answers (2)

Kaustubha Govind
Kaustubha Govind on 15 Aug 2012
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 Comments
Walter Roberson
Walter Roberson on 11 Sep 2013
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.)

Sign in to comment.


Sachin Verma
Sachin Verma on 6 Oct 2016
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.

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!