Hello, guys!
I want to use the nRF52840-DK board as a programmer/debugger for a custom-designed board containing a BC840M-v2 module with nRF52840 SoC on it. Here is the connection diagram between the boards:
When using Blinky or Hello World examples and nRF Connect SDK v2.0.0, I was able to download the code on my custom board and blink LEDs. However, I'm unable to see any debug logs (neither printk() nor LOG_INF()) from my custom board. When I download the same code on the nRF52840-DK board, the logs are properly printing.
Do you have any idea what I am missing here?
I tried to both, use the nrf52840dk_nrf52840 board or create a custom board that is based on nRF52840 SoC when building the code for a custom board but to no avail.
Thanks in advance for your time and efforts.
Regards,
Bojan.