Skip to content

Update am_hal_uart.c #32

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

Open
wants to merge 1 commit into
base: 2.5.1-patch-uart-fifo-config
Choose a base branch
from

Conversation

RichardSWheatley
Copy link

The call to am_hal_pwrctrl_periph_disable will leave some values of the UARTn->CR register powered up and the current draw to be 200-300nA higher than expected.
The below adjustment is acceptable since the pState->sRegState.regCR will retain the state and return the state if requested..

UARTn(ui32Module)->CR = 0;

The call to am_hal_pwrctrl_periph_disable will leave some values of the UARTn->CR register powered up and the current draw to be 200-300nA higher than expected.
The below adjustment is acceptable since the pState->sRegState.regCR will retain the state and return the state if requested..

UARTn(ui32Module)->CR = 0;
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