RegisterBridge with data loss

Hi,

It’s my first time using this RegisterBridge communication protocol, but I’m having some weird behaviour…

I’m doing several writes and reads on my software side, for example 1, 2 and 3, but when I see the results I only have written 2 and 3, meaning that the frist write it’s always dessapearing in the process… Everytime I change the register this situation happens. I have been checking the outputs of this block and no data is being outputted for the first write?

What should be the problem of this implementation? Do I need to do some special step?

I’m using XEM7360.

Best Regards,
Fábio

Just to close this thread, Fabio has shared with our support team that this has been resolved – apparently something to do with bit order being incorrect in his code.