Hi Udoo-Folks, is the floating point unit of the M4-coprocessor already enabled using Arduino environment? So I just could make a sketch with a peice of code like double a = 1.2; double b = 3.3; double c; c = a + b: and the calculation is done using the fpu? Are there eny restrictions about the fpu? Thanks, Matt