Random and very high values of distance between DMW3000 using STM32G4 nucleo

Thank you for the tip,
I checked a frames sending from initiator to responder on the last round and here what I got:
Here is a TX final message which is prepared by initiator:
initiator_live_expre
And here is a message which responder got:
responder_rx_buff

Using red color I marked bytes which have a timestamps from initiator. I checked that initiator include good bytes to msg and this is ok. But responder read from RX_BUFFER bad bytes of timestamps :confused: . I also see that first byte of timestamp form initiator have always 0x01.
Some similar problem got c0-hunterz in this topic:

P.S. I debug all process and read the timestamps by STMCubeIDE and put them to the formula. Calculated distance was good. The problem is probably in sending/receiving or reading from RX_BUFFER in responder or some little configuration. But still don’t know where search a problem :confused: