Hallo, mein Plan wäre (falls möglich) den PB5 zu nutzen, um zu erfassen, ob ein externes Signal regelmäßig zwischen 5V und 4V toggelt. Mit 4V bin ich noch weit weg vom Reset-Pegel. Frage: Lässt sich der ADC0 initialisieren und für o.g. Anwendungsfall benutzen, ohne den Reset (PB5) per Fuse abzuschalten?
Ja, das geht: https://forums.obdev.at/viewtopic.php?f=8&t=1352&sid=53e343bfc9971d090c977e47a252359b&start=90#p32124 PB5: 1 analog input (ADC0, shared with the /Reset function, but you can apply a voltage between Vcc/2 and Vcc -> 512..1023 without resetting the device). Ciao, Martin
Martin H. schrieb: > Ja, das geht: > https://forums.obdev.at/viewtopic.php?f=8&t=1352&s... > > PB5: 1 analog input (ADC0, shared with the /Reset function, but you can > apply a voltage between Vcc/2 and Vcc -> 512..1023 without resetting the > device). > > Ciao, Martin Top! Danke!