Dear all:
I used this command to build light switch for 5340DK:
west build -p always --build-dir nrf/samples/matter/light_switch/build -b nrf5340dk_nrf5340_cpuapp nrf/samples/matter/light_switch
There are 3 hex files generated: zephyr.hex, merged.hex, merged_domains.hex.
When I download zephyr.hex or merged.hex, I can't find FW log in UART tool, but when I use merged_domains.hex instead, it runs good.
Can I know the reason?