I am using bare metal nrf52832 with two quartz crystals - 30 Mhz and 38 kHz for the RTC. When uploading samples - all work from nRF5_SDK_17.0.2.
When using Zephyr based projects, uart is not working. It shows zeros (when HEX viewer) when print is expected (connecting, disconnecting). Borad that I select for zepyr project is NRF52823 DK. My uart pins are P06 and P08. Using Visual Studio Code with installed nRF connect.
Any idea what is wrong?