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