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 OAD Implementation in CCS

Part Number: CC2640
Other Parts Discussed in Thread: CC2640, CC2640R2F, CC2650, CC2650STK

Tool/software: Code Composer Studio

Hi everyone,

I am going to implement the OAD in my project. I am using CCS V6.2 and CC2640 controller. I studied OAD User guide. can any one please share the files related to OAD in CCS.

Thanks in advance.

  • Hi honey,

    I believe you need to implement the OAD according to the user's guide if you are using CC2640. If you are using CC2640R2F there is already an example program that you can try.

    - kel
  • hi kel,

    Thank you for your response.

    Can you share me the example OAD for CC2640. And Shall i implement OAD on CCS V6.2? Or i have to use IAR?. I am not getting any proper details if you have any details can you share it to me...

    - honey

  • Hi honey,

    You can see example Off-Chip OAD implementation at SensorTag Example Project. Import the SensorTag Example Project from these folder location below to CCS. However, this is for CC2650 Launchpad and CC2650 SensorTag.

    "C:\ti\simplelink\ble_sdk_2_02_01_18\examples\cc2650lp\sensortag"
    "C:\ti\simplelink\ble_sdk_2_02_01_18\examples\cc2650stk\sensortag"

    I suggest you use the latest CCS version. What CC26XX board are you using? Also, this post is much more appropriate to be asked at TI BLE Forum.

    If you are new to TI BLE CC26XX, go through the Simplelink Academy Modules to learn some basics.

    software-dl.ti.com/.../overview.html

    - kel
  • hi Kel

    Thank for the reply.

    I am using CC2640 customized board. and i have to implement on-chip OAD on that.

    I have TI CC2650sensortag Rev1.3 Board, shall i implement either on-chip oad or off-chip OAD on this board?

    and can u please let me know the what is the latest CCS version i have to use?

    For the latest CCS version is there any installation procedure i have to follow? And in which OS i can use this?

    - honey
  • Hi,

    You can download the latest CCS version from this link. processors.wiki.ti.com/.../Download_CCS . CCS will work with Mac, Windows and Linux. I suggest you delete your previous CCS installation folder before installing the latest CCS version.

    Off-Chip OAD requires external flash. I think it is mentioned at the guide the pros and cons of either On-Chip OAD or Off-Chip OAD implementation. If your CC2640 customized board does not have External Flash then you need to implement On-Chip OAD.

    Hi TI, please move this post to TI BLE Forum.

    - kel
  • Hi kel,

    Thank for the reply.

    I don't have external Flash on my cc2640 customized board. So I am planing to go with on-chip OAD. So can you please suggest me the example for on-chip OAD for latest CCS Version.

    -honey

  • Hi honey,

    The guide how to implement On-Chip OAD can be found at Chapter 9 of "CC2640 BLE OAD User's Guide.pdf " which is located at "C:\ti\simplelink\ble_sdk_2_02_01_18\docs"

    - kel