On MacOS with VSC and nRF Connect for VS Code v2022.10.30
Using Connect SDK and toolkit v2.1.2
Using nRF5340 DK board v2.0.0
Creating, building, flashing and running the example template psa_crypto goes well and connecting to VCOM1 shows the logging
But a similar example, ecdsa, only shows one line of output:
*** Booting Zephyr OS build v3.1.99-ncs1-1 ***
How do I enable the output for that application.
Looking into prj.conf or CMakefile.txt, I do not find obvious difference why the one example app shows logging and the other does not.
There's a log_init(); called in psa_crypto's main(). But trying to add this into the main of ecdsa example gives a link error.
Is there a quick examplanation for this?
(I'm new to nRF Connect SDK and the Nordic environment)
Thanks in advance! Kind regards!
