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:
evgreen_0-1709830527068.png
To be able to flash and debug using the MCUXpressoIDE, I disabled the secureboot on CMPA as also I keep the swd debug enable:
evgreen_2-1709830782435.png
However, on MCUXpressoIDE, when I try to debug, seems that the firmware is flashed but the process fails right after - here the output:
evgreen_3-1709830908933.png
evgreen_4-1709831058251.png
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...
evgreen_5-1709832300236.png