Hey
My development team and I are trying to move from the nrf5 sdk to the ncs. For this reason, we bought the Thingy53 as it has the desired nrf5340 microcontroller.
The issue is the "printk" function which I cannot get to output on the terminal.
I am following the online course "nRF Connect SDK Fundamentals," Everything works fine until lesson 3, exercise 1, which I follow as described.
After flashing the device and opening the vcom (setting: 115200 8n1 RTSCTS:off) nothing is displayed in the open terminal.
I am programming the Thingy53 with Segger j-link, and in vs code the vcom is displaying. (i have enabled the vcom in j-link commander)
The screenshot below shows the contents of the main.c
Best regard Alex