STM32F4 simple math calculation causes hardfault
Posted on March 21, 2013 at 18:06 float hypo2; int32_t XH=0,YH=0,ZH=0; ............... hypo2= (XH*(XH*1.0) + YH*(YH*1.0)); hello forum, in the above code XH and YH are 32 bit integers hypo2 is float variable becouse ...