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.

RTOS/AWR1642: One question about mmw demo project in mmw SDK 1.1.02 .

Part Number: AWR1642
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

I create a CCS project for demo of mmw SDK 1.1.02 , but the consle show that when I Debug it .What casue it ?

In this project :

SYSBIOS: 6_52_00_12

xdctools_3_50_00_10_core

  • Hello Anist,

    Could you please confirm that you have added 'mss_mmw.cfg' in your MSS CCS project? And have you done any change in the SDK 1.1.0.2 contents?

    The error mentioned in CCS console related to MSS core when MSS-to-DSS mailbox communication happens and at that event intNum-59 which 'SOC_XWR16XX_MSS_MBOX_MSS_DSS_BOX_FULL_INT' is not defined for vim.Hwi.

    I have tried creating MSS CCS project at my end and I don't see this error and demo is working fine.

    Regards,

    Jitendra

  • Hello Jitendra,

    I have added 'mss_mmw.cfg' in my project , and do not change anything in the SDK 1.1.02 .If I run the mss before DSS , the demo is working fine.
  • 请问有源码的下载链接分享吗?
  • Hello Anist,
    In the development mode (via CCS) you need to run MSS core first then DSS core after downloading both debug images.

    As in MSS application it setup mmwave syncing channel with DSS and after that only MSS can listen data over DSS->MSS mailbox.

    The error you are getting says that interrupt number corresponds to mailbox arrival from DSS is not handled by MSS core as MSS application is not yet run and hasn't setup interrupt channel yet.



    Regards,
    Jitendra Gupta