Part Number:CC1350
Tool/software: Code Composer Studio
I would like to send X number of back-to-back packets, and I have chained a TX command to itself, however, it looks like the callback function is only called at the end of last command, in this case, never. Is there a way to invoke the callback function every time a TX command is done, to update packet and keep count of the packets sent, while still keeping minimum latency between packets?