I have an nRF54L15DK and a custom-designed nRF54L15 board. These two boards use different pins for peripherals. The NCS version used is v2.9.0. I compiled a Matter project, which runs on the nRF54L15DK, but there is no response when flashing it to our custom board. Then I compiled a periodic_adv
project, which works on both the nRF54L15DK and our custom board. I can scan the advertisements from the device using nRFConnect. Why does the Matter project fail to run on our custom board?