cancel
Showing results for 
Search instead for 
Did you mean: 

p

ANeed.1
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

2 REPLIES 2

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

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!