Other Parts Discussed in Thread: TMS320F28335
Good Day,
I am working on a Simulink Model and embed it using Code Composer Studio 3.3 provided to me on CD with the ezdsp kit for TMS320F28335 Controller.
Problem is that my model works on double precision and not on single precision. When i declare a variable it allows me to define it as double, and shows it double even in CCS rtw library. But the problem is even if i amend the constant from 'double' to 'long double', The constant shows exact in memory as i declared but i cannot use it with same precision. I cannot convert my model from double to single precision as it will lose accuracy.
Please help me out to maintenane the accuracy of my simulink model.
Regards,
Owais