I have an older board with an S32K148 target, and a newer version of that board with same target.
On the old one I am able to Run my program with a release_flash configuration, and if I power cycle the target, the program will run correctly after power cycle.
On the new board I am also able to Run the release_flash configuration. However if I power cycle the board, the program does not run as expected. Either it is not starting from flash, or perhaps it is starting from flash but going to a DefaultISR, not sure.
I don't have a good idea how to debug this because the debugger connection is lost after power cycle. If I pause the debugger after program, then power cycle, then continue the debugger, it just jumps to DefaultISR.
Hopeful for any ideas on what this could be, or an approach on how to debug it.