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.

AWR1642BOOST: Not working SRR demo

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: UNIFLASH

Hi Team,

Initially i was working in SRR demo, at that time i hard coded it and the data was coming properly.

Then in the same laptop i worked in OOB demo and i hard coded it by editing cli.c inside sdk, and giving gmake commands

Now i need to again work in SRR demo, but when i reversed the changes made in cli.c and giving gmake commands again, SRR demo was not working and it is not giving any output in hard coded mode.

Can you help me to solve this issue?

Thanks in advance

Nithin

  • Hi Nithin,

    Can you please tell me what the changes are? And what is the issue that you are facing?

    Regards,

    Samhitha

  • Hi Samhitha,

    changes are made in the cli.c file inside SDK, then done gmake command after modifying setenv.bat. We've done it for hard coding OOB demo and reversed the changes and done gmake for SRR demo.

    Now SRR demo was not working in hard coded format.

    it is not giving any output in serial port

    Thanks in advance

    Nithin

  • Hi Nithin,

    changes are made in the cli.c file inside SDK, then done gmake command after modifying setenv.bat. We've done it for hard coding OOB demo and reversed the changes and done gmake for SRR demo.

    Can you please check if -

    • MMWAVE_SDK_DEVICE=awr16xx
    • Cli library is built after setting the environment variables.

    Now rebuild SRR demo and check if Application/User UART port is waiting for commands to be sent. Make sure that SRR_MSS_CLIInit function in mss_srr_cli.c is modified to send the commands automatically without waiting for the user to send the commands. Also check if there are any other modifications made.

    Regards,

    Samhitha

  • Hi Samhitha,

    i've confirmed 

    • MMWAVE_SDK_DEVICE=awr16xx
    • then done gmake all in the location C:\ti\mmwave_sdk_03_06_00_00-LTS\packages\ti\demo\xwr16xx\mmw
    • then SRR_MSS_CLIInit function in mss_srr_cli.c is modified to send the commands automatically without waiting for the user to send the commands
    • then rebuilded dss,then mss
    • then flashed using uniflash

    but the data is not coming in serial port

    Thanks in advance

  • Hi Nithin,

    Build the Cli library before building the demo. Run 'gmake clean' and then 'gmake all' in the SDK_DIR\packages\ti\utils\cli directory to build the cli library.

    Regards,

    Samhitha

  • Hi Samhitha,

    Thanks for the keen support, it's working now.

    Wishing you all success

    Nithin