Hi,
I've run into a problem where a codebase build for NRF52840dk and NRF5340dk boards successfully but running it on the NRF5340 results in logs not working.
I have included the relevant configuration content below which comes from two configuration files that we are applying in the build: "prj.conf" & "nrf5340dk_nrf5340_cpuapp.conf"
We have a custom library running on UART 1 that handles custom protocol building/parsing, error checking and UART TX & RX, and we have the logs running on the default UART 0.
Can you advise what configuration changes we need to make to allow this to work for both the NRF52840dk and the NRF5340dk?
sdk-nrf version: v2.5.1
nrf5340dk_nrf5340_cpuapp.conf Contents:
prj.conf Contents: