Stateflow code generation error when Device vendor is Texas Instruments C2000
显示 更早的评论
Guys, there is a simple calculation is stateflow:y=1000*x. x is fixdt(1,16,8) with range [-20,20], y is int16.

when device vendor is ARM, simulation is ok, and the generated code is

when device vendor is Texas Instruments C2000, the generated code is

Please be noted that the limitation trim is done before the 8-bit shift, so the output range is [-128,127], which is also validated by simulation.
How can I avoid this kind of code generation error if I must choose Texas as the vendor?
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Stateflow 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!