Hi, i got some big and ugly C driver code which i currently trying to port to a MSP430.
Sadly the code is triggering somewhere floating point inclusion of the libs, which blows up the flash usage more. I already found some lines, where a replacesment of 1e6 with 1000000 switch back to fixed point. How could i find out, which lines of the code need the FP symbols ? And is there a compiler switch where i can disable FP in general ? Kind regards, Thomas
