Hello I've come to you as my last resort because I am not able to configure a simple pins.
I want porta as a output. I set port_ptad = 0x0F and port_ptaoe = 0x0F
in other hand I realice that porta2 and porta3 can operate as a sci or iic, so I set SYS_SOPT1 register, bit IICPS = 1. And so, i set my pins as I/O port.
When I try to test all pins it turns out that porta2 and porta3 don't have tensions.
At the end, I came to datasheet to study SDA(PTA2)/SCL(PTA3) structure (page 148 datahseet) and I cannot understand how I could send tension to the output pins.
Thanks!