Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I am having problems in getting to work the Serial port on pins 17/18 (UART3). I'm using this test program. I can see with a scope activity on pins 26 & 28 but not on p17.
Serial aux1 (p17,p18); Serial aux2 (p26,p25); Serial aux3 (p28,p27);
int main() { while (1) { aux1.putc(0xAA); nothing on pin 17 aux2.putc(0xAA); pin 26 OK aux3.putc(0xAA); pin 28 OK wait_ms(10); scope sync } }
Any suggestions?.
Thanks in advance
Jaime