ex) When compiled with IAR 8.30.1, HardFault exception was occured.float gfSetDataRate = 100.0f;
printf("Data Rate = %f \r\n", gfSetDataRate);HardFault is occured at VCVT.F64.F32 instruction.I also tested following caseIn case Compiled with GCC, is...