HalloI can't use RA9 I/O port on PIC24FJxxGA004! I set RA9 port as simple output, PORTA = 0x0000;
LATA = 0x0000;
TRISA = 0b1111100001100011; //uscite A2 A3 A4 A7 A8 A9 A10 but when I set the PIN through the instruction LATAbits.LATA9 = 1; I have no effe..
↧