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/LAUNCHXL-CC2650: Running simple_peripheral example

Part Number: LAUNCHXL-CC2650

Tool/software: Code Composer Studio

Hi,

I have managed to build the simple_peripheral example on CCS. I built the stack then the app. Are there any additional steps I need to take to get the board to begin advertising? Looking through the code, 

 // For all hardware platforms, device starts advertising upon initialization
    uint8_t initialAdvertEnable = TRUE;

    // By setting this to zero, the device will go into the waiting state after
    // being discoverable for 30.72 second, and will not being advertising again
    // until the enabler is set back to TRUE
    uint16_t advertOffTime = 0;

it looks like the device should be advertising upon being built? When I pull up my bluetooth page on my master device, I am unable to find the board. Please let me know where I went wrong with this example.