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.

fs_div28.inc does not exist and division time consumption

When I stop the debugger show this Message:    fs_div28.inc does not exist.

The division, the time consumption is 1.60 us, I put the code:

 GpioDataRegs.GPASET.bit.GPIO2 = 1;

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

 

calculo_toff is declarated float, and numV, denV since Uint16.

guillermo

GpioDataRegs.GPACLEAR.bit.GPIO2 = 1;