Replies: 2 comments 1 reply
-
you could try disabling the input Buffers alltogether, like: |
Beta Was this translation helpful? Give feedback.
1 reply
-
There were two issues:
After connecting the PIN_PA7, I see 2 µA on the multimeter. It is already better than with 328P, but I'll try to squeeze more when Power Profiler Kit II arrives. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm migrating a project from 328P to ATtiny1614 and have issues with power consumption. The bare microcontroller in a deep sleep consumes less than 1 µA, but after adding the RFM69 radio, the consumption is ~19 µA. The problem is not in the RFM69 itself, as with 328P, I got ~5µA in total, including other sensors.
I had similar issues with the previous MC, but they were solved by disabling some periphery:
I've tried a similar approach here, but with no luck (probably, I'm disabling not enough)
Any idea on what else should be disabled? Or any other suggestions?
PS
The code I use for testing:
Beta Was this translation helpful? Give feedback.
All reactions