Good morning,
I’m starting to run some tests with the FRDM-MCXN947 board and the Visual Studio Code environment using the “MCUXpresso” extension, on a 64-bit Windows 11 system.
So far, I’ve successfully downloaded and run several examples from the “MCUXpresso SDK Repository,” including helloworld, blinky, and mailbox_interrupt (multicore), all of which worked correctly.
I’ve also tested examples from the “Zephyr Repository.” All single-core examples work fine, but I’m having issues with the multicore examples — specifically, they don’t run as expected.
In particular, I’m attaching information from the mbox_data example. It compiles without errors, but when I try to run or debug it, the program fails to execute.
I’m attaching the reports for reference.