NRF54H20 DK RTT viewer and board don't work

Hi all!

I have the NRF54H20 D and somehow the RTT viewer doesn’t work, the board doesn’t work. I am using the most simple zephyr hello world project. It says it is compatible with the NRF54H20 DK. I tried on the nRf54L15 DK and it worked fine. Of course I turned on the console log and rtt viewer in the conf file.

Here is my config:

CONFIG_UART_CONSOLE=y
CONFIG_LOG=Y
CONFIG_USE_SEGGER_RTT=Y CONFIG_CONSOLE=y
CONFIG_RTT_CONSOLE=y
When I connect to the RTT viewer, I see the led blinking fast on the board but nothing happens. I made it work without any problems with the nRf54L15 DK.

Can someone help me ? Thank you

Parents Reply Children
Related