Stateflow code generation error when Device vendor is Texas Instruments C2000

1 view (last 30 days)
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?

Answers (1)

Shengping Wang
Shengping Wang on 9 Sep 2016
up

Categories

Find more on Instrument Connection and Communication in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!