Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cc26xx RF prop-mode GLDO power mode for less rf-noise #2445

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

alexrayne
Copy link

@alexrayne alexrayne commented Feb 15, 2018

Here provide using GLDO onchip power during RF operation. This can give lesser noise on rf-receive.
This PR ralated to PR#2351. But it can be allpyed independently on master.

*Use - need setup radio device parameter RADIO_CC26_POWER_STYLE to RADIO_POWER_STYLE_GLDO
NETSTACK_RADIO.set_value(RADIO_CC26_POWER_STYLE, RADIO_POWER_STYLE_GLDO);
this switch onchip dc to GLDO when radio on, and switch back to previous mode, when radio off.

…imeout, ant fails

         if OSC not ready for RF_CORE_CONF_HFOSC_STARTUP_TOUS
+cc26xx:oscillators:oscillators_wait_ready_hf_xosc - waiting HF OSC ready until timeout

*Note - if OSC is bad, and can`t start, therefore mcu hung forever. when RF_CORE_CONF_HFOSC_STARTUP_TOUS
        defined, it checks with this timeout and reports failure
… style on rf power on/off

+               RADIO_POWER_STYLE_GLDO - force turn off DCDC during radio is on.
* Using GLDO can provide less noise on rf-receiver by turn off onchip DCDC.
@alexrayne alexrayne changed the title cc26xx rf prop-mode GLDO power mode cc26xx RF prop-mode GLDO power mode for less rf-noise Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant