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?