Hi,
I've created a project combining gps, nvs, and mqtt based off the nrf and zephyr project samples. I've been able to go into the sample projects and add .overlay files to the project and spm sample to output to another UART, but in my combined project it will only output through the Jlink on the LTE Link Monitor and not to the UART I defined. The project loads and builds without error. I have tried with a fresh install of nRF Connect SDK and all dependencies and am on v1.0.0.
CMakeLists
prj.conf
nrf9160_pca10090ns.overlay
nrf9160_pca10090.overlay in spm sample
I've attached a zip of my main.c and includes. I left out the certificates.h and kconfig
Thanks