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.

TI-MAC 1.5.2 example, IAR Download Issue on CC2650

Other Parts Discussed in Thread: CC2650, TIMAC

Hello,

I'm trying to run the example msa_cc2650 - FFD application explained in the MAC User's Guide. With some assistance from Suyash(e2e.ti.com/.../1479691) I'm now able to build the software but now, every time I attempt to Download the software I get the following error:

The Debug Log shows: 



Anyone have any suggestions to debug and resolve? I am attempting the run the default example using IAR for ARM v7.40.2.8570. I have TI MAC 1.5.2.43299 and TI RTOS 2.11.1.9.

Thanks,
Juan

  • Hi Juan,

    This is most likely because the example applications are set up to load debug info from the stack project .out (ELF) file (Options->Debugger->Images). When you haven't built this in advance the .out file will not exist.
    Typically you need to build and download the stack image first and then download the application afterwards.

    Best regards,
    Svend
  • Hi Svend,

    Since this was the first time using the cc2650EM with IAR I made sure to follow the steps that had me erase the flash and then load the stack. Anything else that might be causing the issue?

    Thanks,
    Juan
  • Hi Juan,

    Good to know you were able to resolve the earlier issue.
    For this issue - I have a question, what version of IAR are you using? From the figure above it looks like you are using 7.20? The version of IAR with which TIMAC Sample application were tested as mentioned in the Readme.txt file (at C:\ti\simplelink\timac_1_05_02_43299 ) is : CC26xx + SRF06EB: EWARM 7.40.1. If not using 7.40.1 version, can you try testing with this version of IAR.
    The file TIMACStackROM.out should be generated when you build the stack project. You can also try to rebuild the stack project and see if that resolves this issue.
    Also, if you were not using the IAR ARM 7.40.1 version, I will recommend re-installing the TIMAC before you try to build and download the application to CC2650/30.
    Regards,