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.

CCS/AWR1642BOOST: Communication between ARM and DSP on AWR1642 using Mailbox

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642, MMWAVE-SDK

Tool/software: Code Composer Studio

I want to communicate between ARM and DSP on AWR1642 using mailbox. But I dont know which step I should program on ARM and DSP. Can anyone show for me how i should do?

  • Hello ,

    You can refer to the mailbox driver in the MMWAVE-SDK  ($mmwave_sdk_01_01_00_02\packages\ti\drivers\mailbox ).

    This driver also has a detailed doxygen documentation($mmwave_sdk_01_01_00_02\packages\ti\drivers\mailbox\docs\doxygen\html) for the mailbox interfaces and sample test code  on ow to use the mailbox driver ($mmwave_sdk_01_01_00_02\packages\ti\drivers\mailbox\test\xwr16xx).

    Please refer to the MMWAVE-SDK code and documentation  about mailbox for further understanding .

    Thanks,

    Raghu

    ---------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.

    ----------------------------------------------------------------------------------------------------------

  • Thank you very much. I find more information in sample test code.