How to view generated code from simulink to arduino

9 ビュー (過去 30 日間)
chfakht chfakht
chfakht chfakht 2015 年 2 月 19 日
コメント済み: Seng Chong 2022 年 12 月 12 日
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

回答 (1 件)

Abhishek GS
Abhishek GS 2015 年 3 月 17 日
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 件のコメント
chfakht chfakht
chfakht chfakht 2015 年 3 月 22 日
thanks a lot , but how can i view the code generated by simulink ???
Seng Chong
Seng Chong 2022 年 12 月 12 日
Not very helpful;

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by