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 used TransmitBlocking and everything worked as expected. When I tried to use WriteDataAtAddress, because it fit my use case better, nothing worked anymore. After I checked the signals with a scope I found out that TransmitBlocking shifts the address to the left while WriteDataAtAddress does not. This is inconsistent. I think shifting is the more intuitive approach.
The text was updated successfully, but these errors were encountered:
I used TransmitBlocking and everything worked as expected. When I tried to use WriteDataAtAddress, because it fit my use case better, nothing worked anymore. After I checked the signals with a scope I found out that TransmitBlocking shifts the address to the left while WriteDataAtAddress does not. This is inconsistent. I think shifting is the more intuitive approach.
The text was updated successfully, but these errors were encountered: