Tool/software: TI-RTOS
Hello,
I measured two GPIO outputs executing following code(CPU frequency is 600MHz).
GPIO_write(7, GPIO_PIN_VAL_HIGH);
GPIO_write(8, GPIO_PIN_VAL_HIGH);
Measurement result is as below.
I think the delay time is seemed to be too long between two GPIO outputs.
What are the possible causes?
Is it overhead of GPIO driver ?
I also attached CCS Project.
Regards,
U-SK