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.

CCS/CC2640: CC2640

Part Number: CC2640
Other Parts Discussed in Thread: CC2650

Tool/software: Code Composer Studio

Hi,

I am trying import cc26xx BIOS in my newly created ccs project for cc26xx. I think I have imported required file for BIOS_start() function to work. But somehow every time I try to compile I ran into these errors. Here I have attached screenshot.

Please quick and easy response would be a great help.

Thank you in advance 

  • Hello,
    The main error is the unresolved symbol error (10234). It is documented in the below link:
    processors.wiki.ti.com/.../10234

    I can see that you are trying to use SYS/BIOS but you did not create a SYS/BIOS project. This is likely your root cause. I would start with one of the existing TI-RTOS projects from the SDK. For more tips on where to get started, please ask the experts in the Bluetooth Low Energy forum

    Thanks
    ki
  • Thank You Lee. But my existing TI-RTOS project from SDK is having board.c and board.h file for cc2650 and I am working cc2640. Can you please also help me with how do i run this project on cc2640
  • harsh dave said:
    But my existing TI-RTOS project from SDK is having board.c and board.h file for cc2650 and I am working cc2640. Can you please also help me with how do i run this project on cc2640

    This question is also best answered by the experts in the Bluetooth Low Energy forum. Please post a new question there.

    Thanks

    ki