Issue with Matter Template Code in nRF Connect SDK v2.6.0 on Custom Board

I'm encountering an issue with the Matter template code in nRF Connect SDK v2.6.0 on my custom board. Strangely, the same code runs perfectly fine on my board when using the example code from the previous SDK version, v2.4.0.

In my debugging, I've observed that the code is not jumping to the application image from the bootloader. It seems to be stuck in the bootloader itself.

Could someone help me understand why this might be happening? Are there any specific changes or configurations required in nRF Connect SDK v2.6.0 that could affect the compatibility with custom boards, particularly regarding bootloader operation?

Related