This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UART Communication

Hi, all.

I tested ble_app_uart in example directory by PCA10040 board. It works well. printf ("UART Start!") in main.c works well. "UART Start" string cames out on putty screen.

Then, I ported ble_app_uart to my custom board. My custom board is assigned UART TX port to P0.6 port and RX port to P0.7. I modified pca10040.h as below.

#define RX_PIN_NUMBER 7 #define TX_PIN_NUMBER 6 #define CTS_PIN_NUMBER 7 #define RTS_PIN_NUMBER 5 #define HWFC false

I connected USB-UART convertor to p0.6 and p0.7. But there is no data on putty connected to my custom board.

I want to use UART. Please inform me what I have to do.

BR Paul

Related