Updating Arduino Registers Value From Simulink

4 ビュー (過去 30 日間)
Taimur Zaman
Taimur Zaman 2018 年 5 月 14 日
コメント済み: Ameer Hamza 2018 年 5 月 15 日
HI Everyone! I am working currently on the transformation of Arduino code to Simulink blocks. However, at some points in my code, i am using feedback which changes the respected values of timer registers like TCCR1A and TCCR1B and accordingly i have updated values of TCNT and OCR aswell. is there any one, to comment on this.

採用された回答

Ameer Hamza
Ameer Hamza 2018 年 5 月 14 日
Simulink support package for Arduino does not provide a block to directly change internal registers. You might be able to do this by creating your custom block as described here. Defining your custom block allow you to implement functionality which is provided by the hardware but not currently supported by Simulink support package.
  2 件のコメント
Taimur Zaman
Taimur Zaman 2018 年 5 月 15 日
Thank You Hamza for your comments, I was expecting this answer, but i am looking for alternate ways. Because i am familiar with Simulink & Matlab, but Arduino is quite challenging to me for the time being.
Ameer Hamza
Ameer Hamza 2018 年 5 月 15 日
From the documentation, it appears that there is no other alternative to change register values directly from Simulink, by just using the default blocks provided by the support package.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by