You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a very small window between setting timer comparator and
configuring field_1 where frame_start event can happen due to match
on that timer. To prevent this from generating a fatal error, let's
disable corresponding error before setting comparator and check if
frame_start event already happened after frame_1 is configured. If
it did happen, assume we did not configure frame_1 on time and do
tx_late.
0 commit comments