Search found 3 matches

by Agilo
Fri Oct 23, 2009 7:39 pm
Forum: DSerial
Topic: DSerial Edge GPIO pins 2.2-2.7
Replies: 3
Views: 15082

Re: DSerial Edge GPIO pins 2.2-2.7

Nice! After enabling all the pins: P2SKIP = 0xFF; and disabling UART: if(*((code unsigned char *) 0x83) == 0x02) { // DSerial Edge //uart1Init(); Pins 2.2-2.7 all work as GPIO pins. :D Pins 0.4 (TX0) and 0.5 (RX0) don't work, though.. but I'll figure that out. Also, another question: what are XBR{0,...
by Agilo
Wed Oct 21, 2009 10:47 pm
Forum: DSerial
Topic: DSerial Edge GPIO pins 2.2-2.7
Replies: 3
Views: 15082

Re: DSerial Edge GPIO pins 2.2-2.7

They don't seem to be shorted (as per the readouts on my crappy multimeter).. Good to know about 2.6 and 2.7 though, I'll have a look at those in the firmware. Thanks! Also, while on the subject of GPIO pins: I really wonder why you chose to disable P2.0 and P2.1 completely, instead of just wiring t...
by Agilo
Wed Oct 21, 2009 4:50 pm
Forum: DSerial
Topic: DSerial Edge GPIO pins 2.2-2.7
Replies: 3
Views: 15082

DSerial Edge GPIO pins 2.2-2.7

On DSerial Edge, is there a reason that when I set P2.2-P2.7 to OUTPUT, I can't use them as GPIO's? Setting them high/low doesn't do anything (I have a LED attached to test them which works on 0.4-0.7 and 1.0-1.7). In thinking maybe the enabled Uart might have something to do with it (restricting ge...