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.

CC2640R2F: IAR Debugging session could not be started

Part Number: CC2640R2F

Hello,

I just downloaded simplelink_cc2640r2_sdk_1_35_00_33 and I wanted to debug project  "cc2640r2simple_peripheral_oad_onchip". I am getting an error message below. Has anyone seen this before and what did you do to resolve it?

I'm using IAR 7.80.3.

Thanks,

Mario

  • Hi Mario,

    I'm assuming you're debugging image B. It seems like the stack .out file wasn't compiled yet since it can't locate it.

    Have you tried to build the stack first (see screenshot below) and then the application? Also could you please provide a screenshot of your Debug Log window?

    -Sy Su

  • Hi Sy Su,

    the stack was compiled but the path where it was looking for it was wrong. It was looking for it here:

    $PROJ_DIR$\..\..\..\oad_target\iar\stack\FlashROM\Exe\oad_target_cc2640r2lp_stack.out


    And that directory didn't exist. So I gave it the right one and that fixed it:

    C:\ti\simplelink_cc2640r2_sdk_1_35_00_33\examples\rtos\CC2640R2_LAUNCHXL\blestack\oad_target\tirtos\iar\stack\FlashROM\Exe


    Thanks,
    Mario
  • Hey Mario,

    Ah. Awesome!
    Glad to hear you found a solution.

    -Sy Su