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: CC2650RC chipinfo.c

Part Number: CC2650RC
Other Parts Discussed in Thread: CC2640, CC2650, BLE-STACK

Tool/software: TI-RTOS

Hi

I'm running the hid_avd_remote located on the simplelink_cc2640r2_sdk_1_50_00_58 on a CC2650RC and I'm getting this error. It previously asked to locate the chipinfo.c and I located it at the location shown on the window.

I'm running Code Composer Studio version 7.4.0.00015.

Thanks in advance,
Haptic Audio

  • Hi Haptic,

    When you located the file, where did you pull it in from? I would expect any default examples in this SDK to halt during the startup due to library miss-match. This SDK is for the CC2640R2 device and do not support the CC2650/CC2640 chips and this would cause it to fail the library HW check.

    For example, if I load in a example from this SDK onto a CC2650 or CC2640 it would halt during startup. If i add in the location of chipinfo.c (taken from SDK/source/ti/devives/cc2640r2/driverlib) it will also tell me this by halting in the function "ThisLibraryIsFor_CC26x0R2".

    However if you link to the wrong version of the file (for example CC2650 version) it would seem that you actually are halting where your picture shows. In the CC2640R2 version, line 173 is "ThisLibraryIsFor_CC26x0R2".
  • So, in order to get the hid_avd_remote code working on CC2650RC which SDK version should I use/download? I may have the wrong SDK and I'm having this problem due to that.

    Thanks for the answer,
    Haptic Autdio
  • Hi Haptic,

    You should use the BLE-STACK 2.2.2 when working with the CC2650:

    www.ti.com/.../ble-stack