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/CC1350: CC1350: Packet interval & Payload length?

Part Number: CC1350

Tool/software: Code Composer Studio

Hi,

I am doing the PacketTx and PacketRx examples from Resource Explorer and in the code it says:

/* Packet TX Configuration */
#define PAYLOAD_LENGTH      30
#define PACKET_INTERVAL     (uint32_t)(4000000*0.5f) /* Set packet interval to 500ms */

 

QUESTION1: Payload length is just user data or also the preamble+syncword+USERDATA+crc?

QUESTION2: Interval of 500ms is I suppose the time between 2 packets being send one after the other. Is that interval necessary? Because it is in 

user´s interest that there is as little as possible latency when sending packets.

Thank you!