[
https://issues.apache.org/jira/browse/MYNEWT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16247997#comment-16247997
]
ASF subversion and git services commented on MYNEWT-862:
--------------------------------------------------------
Commit ba6139adf6e41e3b2f8026f4040ebee1582c19ae in mynewt-core's branch
refs/heads/master from [~wes3]
[ https://gitbox.apache.org/repos/asf?p=mynewt-core.git;h=ba6139a ]
net/nimble: MYNEWT-862 HFXO not always turning off
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.
> 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)