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.

IWR1642BOOST: the details info for MMWave_execute API

Part Number: IWR1642BOOST

   I have a question when i overview the mmwave sdk, what is the function for MMWave_execute API?  the sdk docs is not clearly, i found both MSS and DSS have a task to run MMWave_execute,  if it means when BSS have some configure or other errors, through this API to notify MSS and DSS domain?

  • Former Member
    0 Former Member

    Hello,

    You can find details in the doxygen in the mmwave SDK docs directory.

    From the doxygen:

    "The mmWave module requires an execution context which needs to be provided by the application. This is because there are asynchronous events and response messages which are received by the BSS using the mmWave Link infrastructure. These need to be handled and processed in the application supplied execution context.

    Failure to provide and execution context and not invoking the MMWave_execute API can result in the mmWave API getting stuck and the application loosing synchronization with the other domains in the system.

    The function is used to execute the mmWave control module and this should only be called in the context of an executing task. The function blocks and process mmWave link messages."

    Amanda

  • Hi AmandaN,

    Thanks for your response.

    the documents of SDK for  MMWave_execute is not very clearly,  is there any more details info to learn about it's working flow? 

  • Former Member
    0 Former Member in reply to huang yun

    Hello,

    The doxygen and the SDK user's guide is the extent of the SDK documentation available. If you have a specific question or issue that isn't covered in the documentation could you please provide more details?

    Amanda