Hi, I’m working with the FRDM-MCXW71 board and trying to run the Matter examples based on NXP's GitHub repo, like light-switch-combo-app, Lock-app, contact-sensor-app. I've carefully followed all the setup steps from the READ.md. I have flashed the latest NBU .sb3 image to the CM3 core using blhost and .srec file to the CM33 core using J-Link. Everything including power, USB connections, serial settings are checked, they are all fine.
Despite all that, my serial monitor shows no output at all. It just sits there quietly even I pressed all the switches once. Besides, the LED 2 isn't blinking also.
To rule out hardware issues, I’ve also flashed a simple Hello World demo and LED blinky demo, and it prints correctly to serial, so UART is definitely working, LEDs are all fine also.
Has anyone run into the same issue? Any suggestions would be massively appreciated!
Thanks!