Posted on May 17, 2011 at 13:53as I said I can use floating point variables. I.e. function Sin(float) from math.h goes correct and everything its ok.I disassemble the code and simplifing it looks like:a = aaa();val = a+bbb(); => 8001c40: f7ff ff...
Posted on May 17, 2011 at 13:53hmm unfortunately I'm new in the arm/cortex world and have prepared by someone a Makefile. As I see there is -mthumb option during compiling and I didn't see any implicite linking oder than library for m3 core... Could...