Part Number: CC1200 Hi,
I have observed in multiple scenarios where in spite of strobing RX, the RF doesn't enter RX state and remains in IDLE state. Before transition to RX state, we are flushing the FIFOs.
Please let me know what might cause this…
Part Number: CC1200
Hi,
I want to implement the CCA logic manually (without using the configurations provided in cc1200).
To start with it, i am reading the RSSI0 register to check if valid RSSI is available (bit 0 of RSSI0 register denotes this). If…
Part Number: CC1200 Hi,
I want to implement the CCA logic manually (without using the configurations provided in cc1200).
To start with it, i am reading the RSSI0 register to check if valid RSSI is available (bit 0 of RSSI0 register denotes this). If…
Part Number: CC1200 Hi,
I have a requirement where I am switching between EWOR (PQT Mechanism) and PWDn state in a specific pattern.
I am trying to read the MARC STATE after switching to EWOR state since I am not able to receive packets sometimes.
Below…
Part Number: CC1200 We have a requirement where we have to reduce the RF current consumption.
From the Ref. Manual , SWRA428 and the excel sheet provided along with, we understood that in packet mode, with preamble size 30, the least we can reduce current…
Part Number: CC1200 What is the typical amount of time required for RC calibration to complete?
For reference, here is my section of code that performs the calibration:
cc120x_reg_wr(CC120X_REG_WOR_CFG0, 0x04);
cc120x_strobe(CC120X_REG_SIDLE); /* Use…
Part Number: CC1200 Problem : The Master Transceiver (CC1200) transmits a packet (61 bytes) to the Slave Transceiver and the Slave Transceiver successfully receives the packet, but the AES engine fails to decode the packet. No change to the RXFIFO is observed…
Part Number: CC1200 Hello,
Measuring TX time of 2-FSK packets of various lengths at a 20K rate using CC1200-EMK by monitoring GPIO MARC_2PIN_STATUS[0]. The measured TX duration is longer than my calculations show. For example, implementing standard packet…
Part Number: CC1200 I am experiencing problems with using the AES128 module in the CC1200.
I have followed the sample codes previously posted and app note (SWRA483), example 2.
After I execute the TX FIFO encryption code steps 1-11 (P6 OF SWRA483) , all…
Part Number: CC1200 I’m communicating between cc1200’s at a symbol rate of 21K and RBW 26Khz using two different packet formats.
Format A transmits one byte of preamble for settling only, sync word = 2 bytes. The receiver does not gate preamble…