nRF54L15-DK Failed to run peripheral_uart

Dear devzone,

Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:

CONFIG_LOG_DEFAULT_LEVEL=4
CONFIG_LOG_BUFFER_SIZE=8192
CONFIG_LOG_MODE_DEFERRED=y
CONFIG_MPU_LOG_LEVEL_OFF=y
CONFIG_KERNEL_LOG_LEVEL_OFF=y

Compile and burn to nRF54L15-DK, the program does not run, and there is no log output.
With the same configuration, the target board selects nRF52-DK (nRF52832), the program can run, and there is log output.

Please help analyze the reason.

BR,

Zero

Related