I am trying to make a code for PIC18F45K50, I am trying to use PORTE as digital input, that means I have to clear ANSELE register which controls this pin behavior
Working on MPLABX 3.30 i tried this line of code:
clrf ANSELE
to clear the register, and I also tried setting the bits of the register individually, but when testing on MPLABX debugger, no matter what I do, the instruction just doesn't do anything and the code goes on. I wish someone can help me or bring me some information about how i can enable this register to be modified in MPLABx
The code im working on is made in ASM