Hello there,
In the mm-wave demo project, 0201 0403 0605 0807 is used as a header before every TLV payload while sending the point-cloud data out through UART. I am going through the MRR project, and in the mss_main.c file, there is no explicit mention of the header used? Is a different protocol used in the MRR project to send data out which doesn't require explicit headers ( I see Can_Transmit_Schedule() called after writing data to UART using UART_writePolling())? If not, could you help me identify the header value?
Additionally, before the UART output schedule, there is a mention of USE_LVDS_INTERFACE_FOR_OBJECT_DATA_TX. Does it offer the option of sending the point-cloud data out using LVDS pins? Could you please explain how?
Thanks
Arvind