This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART example code for PCA10040 (not JLINK CDC UART)

Hello,

I am trying to use uart port on pca10040,

  1. Connected tx,rx pin to FTDI USB Serial Device converter .
  2. Disconnected the usb cable, device is now powered over battery cell( Program is running as it blinks led pattern).
  3. Configured com port on host at baud rate 38400. not able to see any data on terminal.
  4. However when I connect usb cable to device. We start getting the data over FTDI USB Serial device converter com port .

I am using the example uart_pca10040, can please someone help me what i am doing wrong.

Related