Skip to content

Fix cryptocell high power #654

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

Merged
merged 6 commits into from
Jun 3, 2021
Merged

Fix cryptocell high power #654

merged 6 commits into from
Jun 3, 2021

Conversation

hathach
Copy link
Member

@hathach hathach commented Jun 3, 2021

  • fix Bluefruit.begin() causes high power consumption #600 , CRYPTOCELL_IRQn must be manually cleared even though we use no-interrupt version of libcrypto_cell. Otherwise this irq flag will prevent cpu to enter low power mode hence consume more power.
  • Also separate pairing_passkey (using Serial) and pair_passkey_arcada that use TFT to display passkey.

@hathach hathach merged commit 7564443 into master Jun 3, 2021
@hathach hathach deleted the fix-cryptocell-high-power branch June 3, 2021 10:08
@jpconstantineau
Copy link
Contributor

Did some more testing. Latest HEAD looks good. Looking forward to the next release!

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.

Bluefruit.begin() causes high power consumption
2 participants