ADC Frequency Limits for the 3226 #1052
Unanswered
clazarowitz
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I should also add, I'd just try stuff if I had parts/boards already :) Right now I'm just trying to get code ready for when I do have the boards. I looked to get a board off the tindie store too, just to have a dedicated playground, since I'm not even 100% sure my boards will work and may need some revisions, but it looks like they still have you frozen out or something. It says in stock, but attempts to add it to the cart say out of stock. Given your message on the store, I am guessing this is already a known issue :( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not trying to exceed specs here, just trying to figure out where the documentation on the ADC that specifies the limitation is located, so I have a complete picture, and don't do anything...too stupid.. :) In the docs for Megatiny it mentions 3MHz for internal references and 6 MHz for external references, but I can find no mention of any limit in the data sheet, or ADC docs linked. So I really feel like I am missing some documentation! I have one counter example, which is certainly a nutty one but at https://ww1.microchip.com/downloads/en/Appnotes/TB3257-How-to-Use-the-12-Bit-Differential-ADC-in-Series-Accumulation-Mode-DS90003257A.pdf in the minimum sample time it gives an 8MHz clock. (and then numbers that appear to go beyond the datasheet specs for max conversion rate). The point being, either I'm missing some documentation, and I strongly believe that to be the case since the author(s?) of this library seem way more informed on these chips, or something else (Atmel changed documentation? Limits apply to other chips? Limits are posted in other chips and Atmel neglected to publish in the 3226 datasheet? In fact, I'll look at the EA datasheet since it appears to use the same ADC, but even then, are we certain they're the same?)
The entire project I'm using this for is feature creep....and I recognize that, and am still allowing for it, so I'm already starting out as a mistake, but if I'm going to feature creep, I want to creep to the maximum extent possible :) So I want to start with as much information as I can get.
Beta Was this translation helpful? Give feedback.
All reactions