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

nrf52832 uart logs not show with ble_app code examples.

Hello, 

I have a costum board with nrf52832 chip. when I upload example code  "/examples/peripheral/uart/" I can see logs coming and loopback test is working great, but when I upload "examples/ble_central/ble_app_multilink_central/pca10040/s132/armgcc/" GPIO on LED pins works, ble also works, but i can not see logs comming true uart. If I test same code example on  "/examples/ble_central/ble_app_multilink_central/pca10056/s140/armgcc" on nrf52 devkit with nfr52840 chip on it, all logs are coming great without of sdk_config.h file change. What I missed in sdk_config.h file or what disturbs uart comunication when ble_app code examples are used with nrf52832 chip?

Schematic of costum board:

and config file:

8132.sdk_config.h

modified pca10040.h file for custom board:

5078.pca10040.h

Makefile I did not change.

Thank You for Your support

Related