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/CC2650: sample code for single device processor configuration

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

Tool/software: TI-RTOS

Hi Guys

I have searched high and low for sample code (firmware) of single - device processor configuration for CC2650. I could not find any.

I only found the firmware which is for simple Network processor configuration. Using this configuration for BLE, the stack and the application are separated, the code size is too big for the flash memory.

Can anyone advice me where to download those sample code ? Thanks a lot. 

Best regards

Fu

  • Hi Fu,

    I don't think I'm understanding the problem correctly - are you just trying to send HCI commands to the BLE-Stack? If that's the case, you don't need to have both simple network processor and simple application processor flashed onto the same device, you can call HCI commands from the application.

    Almost all our examples are of a single-device processor configuration with the exception of simple network processor and simple application processor. Look at our simple_peripheral project, if flash size is a concern, look at the CC2640R2 and it's use of merged app/stack library builds.

    Regards,
    Rebel