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/SIMPLELINK-CC26X2-SDK: Output format when build finished

Part Number: SIMPLELINK-CC26X2-SDK

Tool/software: Code Composer Studio

I use the latest SDK to build the example with CCS.

If I import the example of ble5stack, I can found the app_name.out and app_name.hex after the build is complete.

/home/qic/ti/simplelink_cc26x2_sdk_2_30_00_34/examples/rtos/CC26X2R1_LAUNCHXL/ble5stack

If I import the example of driver, I only found the app_name.out after the build is complete.

/home/qic/ti/simplelink_cc26x2_sdk_2_30_00_34/examples/rtos/CC26X2R1_LAUNCHXL/driver

I also checked the project properties and checked the ARM Hex Utility, both of which are disabled.

Some questions need your help:

1. what are the different settings  between these two examples?

2. which format can be programmed into flash memory?

3. which file can be used for OAD upgrade file?