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.
Tool/software: TI-RTOS
Hi TI,
I've tried to use
"Power_releaseConstraint(PowerCC26XX_SB_DISALLOW)"
to allow the CC2640R2 go into the standby mode.
However, I'm trying to use
"Power_setConstraint(PowerCC26XX_SB_DISALLOW)"
in the button interrupt codes to awaken the CC2640R2. But, CC2640R2 cannot connect BLE again.
What happens? The manual says the RF Core is one of CC2640R2's peripherals and it's disabled in standby mode.
But why the RF Core doesn't work again when I awaken the CC2640R2 from standby mode?
Thanks.