We are currently working on NRF52 DK.
I know that a Segger RTT is used to print the debug message using a Real Time Terminal(like TeraData or Hercules).
I know that a Segger J-link is a programmer and debugger. Are we using the programmer-debugger to print the messages or we are using a UART to print the messages?
When I looked at the Segger RTT files at \examples\proprietary_rf\esb_low_power_prx\pca10040\blank\arm5_no_packs in NRF52 SDK 11.0, there is no mention of UART driver.
We are developing a board with nrf52832 chip, If we want to use Segger RTT to display data, what should be done?