This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Floating point in f28355

Hi people, I am working with this DSC f28355,  use a floating point calculus.

My question is about the time in calculus, by example I have this:

numV=(T*vi_11);

denV=vo_11;

calculo_toff=((float)numV)/((float)denV);

I put a debugger pins in oscilloscope and look the consumption time by DSC, the time is 5.32 us.

I wish if is posible any answer about this, This is the speed of calculus?

guillermo