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.

CC2650: Project zero program getting stuck in a loop

Part Number: CC2650
Other Parts Discussed in Thread: SYSBIOS

Hi,

I am trying to program a project zero file in the cc2650 launchpad. I tried to look for the BLE address but it was not advertising. Then I debug the application it got stuck in a loop and showing as

Can't find a source file at "/db/vtree/ademars/git_trees/avala-v/src/ti/sysbios/family/arm/m3/Hwi.c"
Locate the file or edit the source lookup path to include its location.

I am using CCS 7.4.0

BLE stack -2_02_01_18

Ti rtos - 2.20.01.18

and ti compiler 5.2.9.

Any idea why it is happening?

I have previously worked on this code but at that time I didn't get this kind of errors.

  • Hi,

    Could you please specify if this occurs in the unmodified project too?

    Could you please use some breakpoints to locate the piece of code triggering the issue? 

    Have you looked at the log outputted by the device through UART?

    Generally speaking, you can review the debugging guide for an overview of our debugging tools.

    Then I debug the application it got stuck in a loop and showing as

    Can't find a source file at "/db/vtree/ademars/git_trees/avala-v/src/ti/sysbios/family/arm/m3/Hwi.c"
    Locate the file or edit the source lookup path to include its location.

    To be clear this behavior may be totally expected as well.

    Best regards,

  • Do you also download BIM into your CC2650?

  • Thank you for your reply.

    I faced this issue in unmodified project zero file. I have solved this issue. I changed the compiler version from 5.2.9 to 5.2.6 and I am not getting that error anymore.