Hello, I am trying to simulate the technique described below:
https://www.microchip.com/forums/m512143.aspx
However, it seems that 'clocking' T0SE does nothing, it won't affect TMR0.
I have the prescaler set to 1:256.
Actually, I even found a related FIX ME in the source:
https://github.com/jonathan-stark/gpsim/blob/master/src/pic-registers.cc#L451
To answer the FIX ME, yes it can.
Fixing this should be simple enough, but I don't want to go through patching it myself.
Anonymous