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
I am using nucleo STM32H743zi controller.
I am using linux machine as host and my controller as slave in E2E mode.
I have used DHCP mode.
I have below few questions for which I was unable to find answers for:
It will be really helpful if I can get answers to these questions.
Why is the internal timing or the clock updated soon after the Follow-up message is received. Should not the clock be updated after delay response is received from master. (in protocol.c, function name: handleFollowUp( ))
Since the sequence ID is int16_t it is storing negative sequence numbers. (in datatypes.h)
Is there any work-around the internal time exceeding the integer limit after 2038. (in arith.c)
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I am using nucleo STM32H743zi controller.
I am using linux machine as host and my controller as slave in E2E mode.
I have used DHCP mode.
I have below few questions for which I was unable to find answers for:
It will be really helpful if I can get answers to these questions.
Why is the internal timing or the clock updated soon after the Follow-up message is received. Should not the clock be updated after delay response is received from master. (in protocol.c, function name: handleFollowUp( ))
Since the sequence ID is int16_t it is storing negative sequence numbers. (in datatypes.h)
Is there any work-around the internal time exceeding the integer limit after 2038. (in arith.c)
Thank you
The text was updated successfully, but these errors were encountered: