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.

Execute code from external flash with CC2650

Other Parts Discussed in Thread: CC2650STK

Hi,

Is it possible to use external flash to increase the amount of memory available to an application?  I'm using a CC2650STK Sensortag but am hitting some challenges fitting code into the available flash memory.  

Thanks,

Ross

  • Hello Ross,

    No, all code must execute from the internal flash memory.

    For CC2650STK, you can remove unneeded sensor drivers or start with SimpleBLEPeripheral for your application. See the SensorTag User's Guide on the BLE Wiki for more details.

    Best wishes
  • Hi JXS

    Thanks for the answer, not what I was hoping for but useful.

    Roughly what memory footprint does the SimpleBLEPeripheral require?

    It's a shame that the CC26xx family have less FLASH than the CC5xx family. Any plans for higher memory versions?

    Thanks,

    Ross