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.

CC2650: Sensor Controller Studio

Part Number: CC2650

Hi Sir,

I am working on Sensor controller(SC) projects for interfacing Accelerometer with SC through SPI and I2c. And for my custom boards, I need to call a function repeatedly for 30 times with integer arguments. The argument will be differing in all function calls. So, in SCS, when I am trying to implement this repetitive function call, the code size is increasing above the 1K memory size. I referred PROCEDURAL call function which is exactly the same we use in C function call. But, it was not working. If this might be the solution, Can you please suggest how to use user-defined functions in Procedural calls. (I also used MACROs for repetitive function calls).