3.4.3.1 Precautions for Using SFR Values as Conditions

Conditions will ONLY occur when the SFR is updated by the user code, not the peripheral.

For instance, the condition within Advanced Pin Stimulus dialog is set up to trigger when TMR2 = 0x06. When TMR2 is incremented past 0x06, the condition will not be met. However, if the following sequence is executed in user code, then the condition will occur:

MOVLW 0X06
MOVWF TMR2