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.

CC2652PSIP: CC2652P7

Part Number: CC2652PSIP
Other Parts Discussed in Thread: CC2652P7, , CC2652RSIP

Tool/software:

I am using CC2652P7 with VSWA2-63DR+ 

I'm using Ti propartity RxpacketTx example

vswa2-6dr+ is connected with  rf1 is coonected with pin 12

vswa2-6dr+ is connected with  rf2 s coonected with pin 9

vswa2-6dr+ is connected with  rf com controler ic connected with pin 10

my question is how how to transmit rf packect transmit or recive data with help of switch (vswa2-6dr+)

if pin 12 is enable then rfpacket tx sholud work

if pin 9 is enable then rfpackect rx sholud work

  • Hello Kumaravel N,

    I hope you are doing well. In this case we should combine the button SDK project with the TI Proprietary examples, in this case you would set device to transmit, receive, or switch based off of your pins (12, 9, 10) you described above. In this case you would set pins 12, 9, and 10 to inputs in the CC2652PSIP so it can detect the switch (replace the button code with the switch). 

    Thanks,
    Alex F

  • when I use rfpackectTx LP-CC1352P7-4 -nortos-gcc example when I change proprietary (2400-2480) to 250 kbps 125khz deviation 2-gfsk 530 khz bandwith 

    IN RF design 

    base rf as lp -cc1352p7-4 

    sub-1ghz freq =420-527 mhz

    if i set this above configuration i am getting an error as rf_cmd is undeclared 

    why this error i need to use this code for 100kbps or 250 kpbs 

    I aslo try with LP-CC1352P7-1 example but no packect is transmit 

    I am cheking the packect is transmit or not using smart rf cc2652rsip with  250 kbps 125khz deviation 2-gfsk 530 khz bandwith

    Is there any other ay to check the packect trasmision 

    kindly giude me 

  • Hello Kumaravel

    If you have not already, please read our PropRF SLA: Basic RX and TX for help getting started, it sounds like you rf_cmd should be set to the transmit command header, but currently is not. 

    Thanks,
    Alex F