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.

CC1310: CC1310

Part Number: CC1310

I am using CC1310 board for transmitting some data and is using another CC1310 module for receiving the data. I am using SmartRF Studio 7 for configuring the module as transmitter and receiver. The generated .c and .h configuration file is used in Code Composer Studio. But in SmartRF Studio 7 there are only four options available to configure the device as transmitter or receiver i.e. Packet TX, Packet RX, Continuous TX and Continuous RX. Data are continuously transmitted and received by both CC1310 modules respectively.

But now I want to communicate both device on query based. So my task is to poll data from one CC1310 module only when desired by another CC1310 module. i.e. both the device should be able to transmit and receive bidirectionally. But I am not able to configure CC1310 module as transceiver using SmartRF Studio 7. It will be very helpful if someone can solve our issue or refer some documentation or tutorial or example.