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.
10 years, 8 months ago.
Can I change uart pin for my board?
i want to change uart pin to make it compatible with my shield board, could you give me some advice or is there any open source code about mbedser_191213.hex?
thank you.
best regards, yuting you
Which platform?, you can't change the UART pins from the MCU like you can swap digital I/O's these are fixed. You will have to modify the wiring to suit the shield board.
posted by Paul Staron 05 Mar 2014Thanks a lot.
posted by Yuting You 07 Mar 2014You can on the NRF boards. But you will need to add the pins desired to the pinmap restrictions here: https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_NRF51822/serial_api.c
posted by Tuze Kuyucu 22 May 2014