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/CC2650RC: Break at address "0x10000486" CC2650RC

Part Number: CC2650RC
Other Parts Discussed in Thread: LAUNCHXL-CC2640R2

Tool/software: TI-RTOS

Hi,

I'm running the CC2650RC code in debug mode using the XDS110 Debugger from LAUNCHXL-CC2640R2 and I am getting this error after BIOS_start();

I'm running Code Composer Studio Version 8.0.0.00016, TI-RTOS for CC13XX and CC26XX version 2.21.1.08 and XDCtools version 3.32.0.06_core.

Thanks in advance.

  • Hi,

    I'm seeing something similar. I've noticed I have a few warnings when I compile. Such as a statement is unreachable, invalid project path and a warning that the project was created with an older compiler. However, after checking the release notes for what version of CCS it supports and which compiler, it states the following:

    CCS version 7.4.0 (build 15 or later) and TI ARM compiler 16.9.4.LTS.

    Newer versions of CCS (8.0+) and the compiler (TI ARM 18.x.x.LTS) may not work with this SDK.

    Can you try on CCS 7.4 with the 16.9.4.LTS compiler and see if you run into the same issues?

    Also make sure you compile your stack first and then your application.
  • Haptic, you may also run ROV while your program is running. When in ROV, go to BIOS then go to the drop down and select "Scan for Errors" and see what it returns.
  • Thank you very much, that did the trick!