Hi,
My requirement is to validate the PCA10040 dev board with a different set of UART pins. I have tried the following steps, but as soon as I start the firmware, it crashes with a communication error with an error code 0x04.
- Modified the UART sample provided with SDK-16 to change the UART pin (Rx, Tx, CTS, and RTS pins to 12, 15, 11, 14 respectively) and to transmit just a single byte.
- Baud rate is set to 9600
- The UART pins are connected to another device with Android running on it
- A ground line from the host (the android device) is connected to the dev board
- Launch an application from the host side to receive the data from PCA10040
- Start the UART sample application.
While doing this experiment, USB is connected to the dev-board for debugging the application. Please let me know whether I am missing something.