Replies: 1 comment 3 replies
-
hm.... do all the different attinies have similar timers? Or would this create a lot of complexity by having to adopt it to each MCU individually? Why don't you think your code would be suitable? I like the idea of interleaving traffic detection with the countint loop. The issue with the original fix was that it did not ignore additional traffic but instead increased the numer of cycles it took to complete osccal. That created issues with Windows 10. I don't think you code suffers from that issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just took a close look at Christian's old tuning code that used the SOF hook, and think that may be a better solution than my new asm version. Using a hardware timer along with leveraging the the USB sync detection code permits the tuner asm code to be even smaller than mine. A bit more detail is in my ATTinyCore comment.
SpenceKonde/ATTinyCore#465 (comment)
Beta Was this translation helpful? Give feedback.
All reactions