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.

MMWAVE-MCUPLUS-SDK: TMDS273GPEVM

Part Number: MMWAVE-MCUPLUS-SDK
Other Parts Discussed in Thread: AWR2243, AM2732, AWR2243BOOST

Hello.

We would like to know if it is possible to capture ADC RAW data with CSI-2 from AWR2243 with the following hardware configuration with TMDS273GPEVM (AM2732) and send the captured RAW data to PC through the ETHERNET  port (using TCP or UDP).

Hardware: TMDS273GPEVM + AWR2243BOOST

If so, is there any example? What is the maximum output achievable?

  • Hi,

    Yes, it is possible to use AWR2243 with AM2732 and get the ADC data over CSI2 (from AWR2243 to AM273x).

    You need to refer mmWave MCU Plus SDK which has demo application (ti/demo/am273x/)

    This example uses UART to stream the calculated object but you can integrate Ethernet in this example

    Although above marked (left) example (where it receives binary from PC over Ethernet and sends response) is based on AWR294x which is similar in terms of software usage for Ethernet.

    Regards,

    Jitendra

  • Thank you

    Actually, I was asking for the possibility, that once the data is receive at the AM2732, sending the ADC sample via Ethernet (not only the calculated object).

    Thank you

  • That is possible in theory but you need to implement that flow and again achieving high data rate due to hopping (ADC->CSI-2 Rx-> Ethernet) may have some limitation.

    As of now in SDK we don't have any reference to cover this full flow but you can implement that using EDMA copy from CSI2-rx to Ethernet. Refer unit test application of each units for better understanding.

    Regards,

    Jitendra