MN testing tips #227
nerdralph
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've found a couple things that have made testing MN a bit easier:
When working without an external xtal, I sometimes hard-code the OSCCAL value in order to eliminate tuner problems as a variable. There's a simple way to find out the factory OSCCAL value with avrdude:
avrdude -p t85 -c usbasp -q -U cal:r:-:h
Since reliability testing requires dozens of repeated test runs, I write scripts to help. Here's an example:
Beta Was this translation helpful? Give feedback.
All reactions