I'm trying to create a lpc11e67 project, and debug using MCUXpresso. I know the board I have works and the J-Link debugger connection works because I have a separate Keil project that I can run on the board (with Keil IDE) without issue. I am trying to move from Keil to MCUXpresso.
I downloaded the lpcopen_3_03_lpcxpresso_lpcxpresso_11e68 code from here https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/lpcopen-libr....
There is no lpc11e67 specific download that I can find. The project is nothing more than the default while(1) loop so I would not expect there to be an issue. I can connect to the debugger, start the debug session but the code immediately goes off into the weeds. See the screen shot below. The debugger does not stop at main, nor anywhere else. It starts to run immediately. When I click the pause button, it is off somewhere it shouldn't be (address 0x1fff20b2 ??).

I created the project through the Quickstart panel: New Project->LPC11E67, LPCOpen - C Project, then selected the requisite LPCOpen paths to locate the code. Clicked through all of the default settings and built the code. To debug, I went through Debug As->Segger J-Link Probes. I have tried various ways to create the project but they all result with the same issue. Is there something simple I'm missing to get things configured?
Ive attached the workspace and project. The workspace was created new as well. Thanks for any help in advance.