AVR8, ADC

Quote from KerimF on June 11, 2025, 1:42 amSimulIDE_1.1.0-R2069_Win32, W7
ATmega8Starting 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].
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:
Quote from arcachofo on June 14, 2025, 12:08 amHi, 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.
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.
