Hi,
i'm coding a homing routine where i would like to find the exact index pulse on a quadrature encoder.
I would like to use "reset on first index marker" option i found in the datasheet. For this i set the EQepsRegs.QEPCTL.PCRM = 2; but this doesn't do a thing...
I can get the position to reset on the index marker by setting bits QEPCTL.IEI to 1, or .PCRM to 0 but this resets the encoder everytime.
Is there something else i have to do to get PCRM = 2 to work ?
Thanks
Jan