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.

LAUNCHXL-F280049C: running speed of some functions

Part Number: LAUNCHXL-F280049C

Hi Team,

My customer found that this function,

GPIO_writePin(myGPIOOutput0, 0);
 , takes 100 clock cycles.

And this takes 3000 clock cycles:

for(i2 = 0; i2 < 100; i2++)
{
    buf2 += test2[i2];
}

Are these normal?

--

Thanks & Regards,

Yale Li