You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/07 02:01:00 UTC

[jira] [Commented] (MYNEWT-862) HFXO on nrf platforms not being turned off in all cases

    [ https://issues.apache.org/jira/browse/MYNEWT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16241339#comment-16241339 ] 

ASF GitHub Bot commented on MYNEWT-862:
---------------------------------------

wes3 opened a new pull request #647: net/nimble: MYNEWT-862 HFXO not always turning off
URL: https://github.com/apache/mynewt-core/pull/647
 
 
   This commit should fix the issue where the HFXO was not being
   turned off when advertising is stopped. The code needed to turn
   off the HFXO even if the LL state was in standby. Furthermore,
   it needed to make sure the rfclk timer was stopped, otherwise
   it might fire off and turn back on the HFXO.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> HFXO on nrf platforms not being turned off in all cases
> -------------------------------------------------------
>
>                 Key: MYNEWT-862
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-862
>             Project: Mynewt
>          Issue Type: Bug
>      Security Level: Public(Viewable by anyone) 
>          Components: Nimble
>    Affects Versions: v1_2_0_rel
>            Reporter: William San Filippo
>            Assignee: William San Filippo
>             Fix For: v1_3_0_rel
>
>
> The HFXO, which is required for radio operation and draws a fair amount of current, should only be turned on when needed for radio operations. There was a bug in the code that would prevent the HFXO from being turned off when the device stopped advertising. The most common case for this bug was when the device was advertising and doing nothing else, and then advertising was stopped.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)