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

custom nRF52 UART communication

I am working on a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using an FTDI module for UART communication. I followed the steps in the following tutorial: link text

I can compile and download the code (tried both projects, uart and ble_app_uart) into the chip. However, 'Start' does not appear on the termite terminal.

I have matched the baud rate(115200) and disabled flow control in the code.

Can someone please guide me on how to debug/investigate the issue and get UART communication to work.

Related