Part Number: TPS65982
Hi,
could you point me to where the RX VDM Status byte of e.g. register 0x4f is detailed? I can match the rest of the register to the PD spec but not that byte.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TPS65982
Hi,
could you point me to where the RX VDM Status byte of e.g. register 0x4f is detailed? I can match the rest of the register to the PD spec but not that byte.
Hi,
The VDM messages are either Unstructured or Structured. This is documented in the PD3 Specification in "6.4.4 Vendor Defined Message".
Regards,
Kedar
But whether they are structured or unstructured is part of the first VDO (which is the VDM header), right? I was asking about the `RX VDM Status` byte in that register - i couldn't find that in the PD spec.
Hi,
Sorry, I misunderstood the question. I will get back to you next week wit the details.
Regards,
Kedar
In fact i misread the docs. The status byte is well documented in
```
7:5 RXVDMSequenceNum Increments by one every time this register is updated, rolls over upon reflow.
4:3 RXVDMSource SOP* of message source.
2:0
52
RXVDMNumValid
00b VDM came from SOP.
01b VDM came from SOP’.
10b VDM came from SOP’’.
11b VDM came from SOP*_Debug.
Number of valid VDOs in this register (#bytes/4, 0-7).
```
sorry for the noise.