Hi,
I have loaded one of the basic samples( nrf connect SDK, fade_led ) into my nrf52DK.
Using the free run mode or the debugger almost everything seems to work correctly. However, I do not see any output for the printk() statements.
Using the debugger, if I set a break point after this statement: printk("PWM-based LED fade\n"); The output text is still not present.
Attempting to connect with the terminal emulator causes an error message 'cannot open serial link "COM1" '.
What am I missing here ?
Thank you
oldViking