-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
imxrt-rs/imxrt-hal#159 demonstrates a similar example to
In my example, the device receives two bytes from the controller. It adds them, then sends the sum back to the controller. The controller asserts that the received byte is correct. When I tested last week, that example was working as expected. Without access to your code, I can't really say what's going on. You could try comparing your approach to my example to see if anything stands out. |
Beta Was this translation helpful? Give feedback.
imxrt-rs/imxrt-hal#159 demonstrates a similar example to
In my example, the device receives two bytes from the controller. It adds them, then sends the sum back to the controller. The controller asserts that the received byte is correct. When I tested last week, that example was working as expected.
Without access to your code, I can't really say what's going on. You could try comparing your approach to my example to see if anything stands out.