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.

CC1200: CC1200 preamble setting

Part Number: CC1200

Hello Export,

 

My customer is considering to use the CC1200 and they have requirement about preamble setting.

They would like to need 15 bytes preamble setting.

User's Guide P83 Preamble Configuration Reg. is describing about preamble setting.

https://www.ti.com/lit/ug/swru346b/swru346b.pdf?ts=1684391286704&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FCC1200%253FkeyMatch%253DCC1200%2526tisearch%253Dsearch-everything%2526usecase%253DGPN-ALT

Not describe 15 bytes setting.

PREAMBLE_CFG1 - Preamble Configuration Reg. 1 NUM_PREAMBLE 5:2 If they want to add 15 bytes to 1110 Reserved.

Is it possible to consider?

Tell me please.

 

Best Regards,

Y M

Hello Export,

 

My customer is considering to use the CC1200 and they have requirement about preamble setting.

They would like to need 15 bytes preamble setting.

User's Guide P83 Preamble Configuration Reg. is describing about preamble setting.

https://www.ti.com/lit/ug/swru346b/swru346b.pdf?ts=1684391286704&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FCC1200%253FkeyMatch%253DCC1200%2526tisearch%253Dsearch-everything%2526usecase%253DGPN-ALT

Not describe 15 bytes setting.

PREAMBLE_CFG1 - Preamble Configuration Reg. 1 NUM_PREAMBLE 5:2 If they want to add 15 bytes to 1110 Reserved.

Is it possible to consider?

Tell me please.

 

Best Regards,

Y M

  • Hi,

    We will answer you on Monday.

    Regards,

    Arthur

  • - Why do you need to use exactly 15 byte preamble?

    - If the number of preamble bytes you need is not a setting, you can turn off preamble and place the full packet in the FIFO (include preamble and sync as part of the FIFO)

  • Hello,

     

    I have my customer information about 15 bytes preamble setting.

    They employ Antenna diversity and they refer 'Home network communication interface for ECHONET Lite' specification

    (JJ-300.10v2.2: sorry, Japanese)

    This specification describes about 15 byte preamble setting by Antenna diversity.

    Please advise to me about this.

     

    Best regards,

     Y M

  • 15 bytes of preamble is not supported so you can do one of the following:

    1) Turn off preamble, sync and CRC  insertion and write the complete packet to the TX FIFO:

    (15 x 0xAA) + sync + length + payload + CRC

    In this case you need to use fixed packet length mode (length is the length of everything written to the FIFO), and the CRC must be calculated in SW.

    2) Strobe STX with and empty FIFO, and then try to time when you start writing to the TX FIFO (the radio will transmit preamble as long as the FIFO is empty).

    In the latter case it might be difficult to time exactly when to starts writing to the TX FIFO so option 1 would be the preferred way.

    Siri

  • Hello Siri,

     

    Thank you for your comment.

    I have forwarded to my customer for your comment.

     

    Thank you so much for your advice.

     

    Best regards,

     

    Y M

  • Hello Siri,

    My customer has an additional question.

     

    If they use the TX FIFO you mentioned about packet format,

    Can CC1200 check the FCS on the RX side?

    Or need calculated in SW

     

    Best regards,

     

    Y M

  • The RX will work as normal even if you transmit a longer preamble.

    The only thing the receiver cares about is that there are some preamble before the sync word, so as long as write the correct data to the TXFIFO as described above, the receiver  will work in the exact same way as if you sent a packet "the normal way".

    Siri

  • Hello Siri,

     

    Thank you for your comment.

    I have forwarded to my customer for your comment.

     

    Thank you so much for your advice.

     

    Best regards,

     

    Y M