Hi.
I am looking for help to be able to flash and debug firmware directly from the MCUXpressoIDE.
I am trying to flash and debug the led_blink example from the SDK. Previously on this board, I flashed a firmware with secure boot keys and that process works, I can flash the led_blink example firmware using the manufacturing_package.zip:

To be able to flash and debug using the MCUXpressoIDE, I disabled the secureboot on CMPA as also I keep the swd debug enable:

However, on MCUXpressoIDE, when I try to debug, seems that the firmware is flashed but the process fails right after - here the output:


I also verified I can debug if I select the "attach to a running target", but this way I am forced to build and flash a manufacturing_package.zip each time I change the firmware...
