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/CC2640R2F: Help storing data in a buffer using ADCBuf

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hello, 

I am trying to store 2000 data points in a buffer collected at a 5.2Khz sampling rate. I modified the task in the Bluetooth Low Energy Sensor + Custom Profile tutorial. The task runs well alongside the project zero task when the Data Length and Task size are low, but after trying to increase the Task Size or Data Length the program stops booting up and I cannot see it advertising on my IOS device. 

P.S. I have manged to collect the buffer and transmit the data when I am collecting 100 samples, now I am trying to collect 2000 samples and it seems as if I will have to adjust the memory somehow.