Skip to main content
This topic has been closed for replies.
Best answer by waclawek.jan

I don't understand your debug printout, but you don't seem to transmit the status response to Set Address.

Note, that it has to be transmitted using the original address, i.e. you must not modify DADDR until that packet has been transmitted from the mcu.

JW

1 reply

waclawek.jan
waclawek.janBest answer
Super User
May 25, 2020

I don't understand your debug printout, but you don't seem to transmit the status response to Set Address.

Note, that it has to be transmitted using the original address, i.e. you must not modify DADDR until that packet has been transmitted from the mcu.

JW

ANeed.1
ANeed.1Author
Associate
May 25, 2020

That was the issue, I wasn't sending the zero length packet with address 0 before switching to the new address. Here's my new output:

0693W000001pOgRQAU.png

Thanks so much for your help!