Hi TI
We follow Enet CPSW EST Example with AM2634 EVM + SDK 08.02.01 as following
AM263x MCU+ SDK: Enet CPSW EST Example (ti.com)
(1) We set CycleTime and gate control list and time interval as following
| Parameter | Time Value |
|---|---|
| BaseTime | Current time + ENET_APP_EST_ADMIN_LIST_DELAY |
| CycleTime | 250 usecs |
| Gate Control | Time Interval |
|---|---|
ooCCCCCC |
62.5 usecs |
CCooCCCC |
62.5 usecs |
CCCCooCC |
62.5 usecs |
CCCCCCoo |
62.5 usecs |

we check test result as following, it show the frame time interval = (4us,63us,63us), not fit (62.5us,62.5us,62.5us) for EST Gate control list config

(1) We set CycleTime and gate control list and time interval as following
| Parameter | Time Value |
|---|---|
| BaseTime | Current time + ENET_APP_EST_ADMIN_LIST_DELAY |
| CycleTime | 520 usecs |
| Gate Control | Time Interval |
|---|---|
ooCCCCCC |
130 usecs |
CCooCCCC |
130 usecs |
CCCCooCC |
130 usecs |
CCCCCCoo |
130 usecs |

we check test result as following, it show the frame time interval = (70us,131us,131us), not fit (131us,131us,131us) for EST Gate control list config

Please guide as how to fix the frame time interval to fit EST gate control list config .
BR
JAY