ATtiny 0/1-series: Use DAC output as input to Analog Comparator (AC) #1155
Replies: 2 comments 6 replies
-
You could try setting the AC positive MUX manually via
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I'm working on an application with an ATtiny1614 where I need to compare an input to a fixed voltage level.
The documentation correctly says that DACREF cannot be used on the 0/1 series.
However, the datasheet (section 29) indicates that also the DAC output can be used as input for the comparator:
Side note: DACREF seems to have been mentioned in earlier issues of the datasheet, as I find this in the Revision history:
(AC = Analog Comparator)
Am I correct to assume that the feature to use DAC output as comparator input is just not implemented here yet?
It would be great to see it in a future revision!
Beta Was this translation helpful? Give feedback.
All reactions