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/CC1310: Send all fragmentation packets in shortest time TI15.4

Part Number: CC1310

Tool/software: Code Composer Studio

Hi

I wan to send an array(5kb) to my sensor using TI15.4, i already done fragmentation on the array and currently the packet size is 100 byte for 50 packet. And currently i send all packet is using this way. Send Packet Request->Wait for Response->If sensor responded register New Event->At collector_process if sendpacketEvent then send packet->Wait for next response.

But for this approach, every packets sent based on polling interval of sensor and collector, so if i set polling interval is 1 second, it need 1 second to send a packet, 50 packet will need nearly 1 minute.

And i still new in TI15.4, is there any way that to wake both collector and sensor up and send all the packet in a loop?