How to view generated code from simulink to arduino

7 Ansichten (letzte 30 Tage)
chfakht chfakht
chfakht chfakht am 19 Feb. 2015
Kommentiert: Seng Chong am 12 Dez. 2022
Hi all, i have built an example of led in simulink and i deploy it to an arduino uno i want know to know if i can view the generated code , and if that code can be loaded into the arduino in other way like loading it with arduino ide

Antworten (1)

Abhishek GS
Abhishek GS am 17 Mär. 2015
Hi Chfakht,
You will be able to see the Simulink generated code for Arduino if you have License for Embedded Coder Toolbox.
Once you have your C-Code, you should be able to use the avr-gcc compiler and avrdude uploading tool to load the code into Arduino without using the IDE. You can find an example here .
Thanks, Abhishek
  2 Kommentare
chfakht chfakht
chfakht chfakht am 22 Mär. 2015
thanks a lot , but how can i view the code generated by simulink ???
Seng Chong
Seng Chong am 12 Dez. 2022
Not very helpful;

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by