Other Parts Discussed in Thread: HALCOGEN
Hey,
I used HalCoGen v 04.06.00 to generate code for the RM48. I would like to use the --float_operations_allowed=32 of the TI ARM compiler (v 16.9.4.LTS) to prevent double precision operations being used.
In het.c line 2886 64-bit floating point numbers are used:
float64 pwmPeriod = 0.0F;
Is there a way to make HalCoGen generate code that only used single-precision floats?
Thanks