arbabar
Member level 2
what values will be in hexadecimal if we assign TMR1H and TMR1L as
TMR1H=-5000; // Hex equivalent is FFFFFFFFFFFFEC78 but TMR1H is only 8bit so which one of the hex value the controller assume?isnt
TMR1L=-5000>>8 it overflow because of huge FFFFFFFFFFFFEC78.
TMR1H=-5000; // Hex equivalent is FFFFFFFFFFFFEC78 but TMR1H is only 8bit so which one of the hex value the controller assume?isnt
TMR1L=-5000>>8 it overflow because of huge FFFFFFFFFFFFEC78.