Forum breadcrumbs - You are here:ForumGeneral: HelpAVR8, ADC
You need to log in to create posts and topics.

AVR8, ADC

SimulIDE_1.1.0-R2069_Win32, W7
ATmega8

Starting or resetting the debugger of the uploaded example code (in PowerAC_01_5T_1.zip), the free running of ADC works fine, and the line 429 [RJMP RESET] is reached.

But further running of the debugger (that is executing RJMP RESET), doesn’t set again the flag ADIF [in ADCSRA].

Uploaded files:

Hi, thank you for reporting.

I'm investigating the issue, but as a workaround you can try clearing ADIF after line 419  and before line 423.

Thank you.