Skip to content

Commit 1885660

Browse files
MarekPietacarlescufi
authored andcommitted
applications: nrf_desktop: Workaround nrf52840dk mcuboot_smp RTT issues
Using RTT for logs in both application and bootloader leads to issues. Disable RTT in bootloader as a workaround. Jira: NCSDK-33038 Signed-off-by: Marek Pieta <[email protected]> (cherry picked from commit 64f6d63)
1 parent 996d8d3 commit 1885660

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

applications/nrf_desktop/configuration/nrf52840dk_nrf52840/images/mcuboot/prj_mcuboot_smp.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ CONFIG_FLASH=y
1919
CONFIG_FPROTECT=y
2020
CONFIG_SOC_FLASH_NRF_EMULATE_ONE_BYTE_WRITE_ACCESS=y
2121

22+
# Using RTT for logs in both application and bootloader leads to issues.
23+
# Disable RTT in bootloader as a workaround.
24+
CONFIG_USE_SEGGER_RTT=n
2225
# Logger
23-
CONFIG_USE_SEGGER_RTT=y
26+
CONFIG_SERIAL=y
27+
CONFIG_CONSOLE=y
28+
CONFIG_UART_CONSOLE=y
2429
CONFIG_LOG=y
2530
CONFIG_LOG_MAX_LEVEL=3
2631
CONFIG_LOG_PRINTK=y

0 commit comments

Comments
 (0)