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.

CC1312R: disable radio

Part Number: CC1312R

Hi,

Using simplelink_cc13x2_26x2_sdk_4_30_00_54 collector example, is there a way to turn on and off the radio? I need to run some tests of my network and the best way to simulate an issue I'm having is by disabling the collector radio periodically for 10 minutes.

I have looked round a lot for a answer and can only come up with this which I have tried:

HWREG(PRCM_BASE + PRCM_O_RFCCLKG) = 0x0;
PRCMLoadSet();

but I'm not sure this is the best way as I've not got it working yet.

Thanks,

Andy