Problem in generating code for a simple model

1 次查看(过去 30 天)
Hi, I did a small state flow model, which should produce a output 1 when the input is 0 and produce ouput 0 when the input is 1. i simulated it and worked well.
1. when i tried generating code i used grt.tlc and generated code, the code runs for 3 to 4 pages for such a simple model, why?. and also i could see lot of supporting files, is it normal or i did something wrong when generating code?
2. I wanted to generate code for micro controller 8051 of the same model. i couldn't see any difference from the previous code and the code generated for 8051,also how can i select the input and output port pins of the microcontroller??
any help would be really appreciated.....
Thanks Vijith

采纳的回答

Ryan G
Ryan G 2013-1-16
This answer regarding GRT versus ERT targets may help. GRT is a generic target and is not optimized for readability or speed. ERT is much more optimized and readable.
I cannot comment directly on how GRT chooses how to generate code as I do not know that answer, but in general you can expect ERT (embedded coder) code to be much more efficient.
  2 个评论
Vijith Natarajan
Vijith Natarajan 2013-1-18
编辑:Vijith Natarajan 2013-1-18
I tried with ert.tlc, now i can see some readable efficient code, but i want to configure the port pins for the input and output, how can i do that??
can anyone pls answer for the second question?????
Ryan G
Ryan G 2013-1-19
You can create a new question for this, but do you know if Simulink directly supports your controller? For example, the simulink support for arduino allows you to generate code and implement it directly with the additional blockset on file exchange.
To do this with your controller it may be supported or you may need to write an s-function. You can also use input and output port blocks and then use the generated code to configure them as pins.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by