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.

LPSTK-CC1352R: How to modify the multi-sensor temperature service to send 128 samples(float)?

Part Number: LPSTK-CC1352R

Hi Team,

I am modifying the temperature service in multi-sensor example. I replace the profile_readSensor with my own code. the data i want to send is 128 samples(float type). Below is my code. i am new to this BLE programming I try to use the ''for(char i=0;i<128;i++)'' to send all the data,but it can only send the last 16 samples out and missing the data from ADCdatareceiveBuffer[0]-ADCdatareceiveBuffer[111]See the pic 2.

1. Could you help on how to send all these data out? is there any examples i can refer to?

2. I also add a GIPO interrupt in the ''bStatus_t TMP117Profile_init(I2C_Handle *pHandle)'' to trigger the SPI transfer to get the sensor data. But when run the program, it cannot work. The service cannot respond to the GPIO interrupt. Do you have any suggestion for this?

Matthew