This is a continuation of sorts from the thread "FRDM-KE04Z Quick Start problem". After receiving help from Robin, I brought up a simple test application on my KE04 Freedom board. My plan was to then migrate to our actual target hardware, which uses an MKE04Z8VFK4 processor.
I'm developing on a Windows 10 platform with MCUXpresso v11.6.1 and an MCU-Link debug probe running CMSIS-DAP V2.263 firmware. The debug probe has jumper J4 installed, J2 and J3 not installed.
My test application is just a simple main loop that toggles a GPIO pin, and it builds with no errors or warnings.
The problem is that I am unable to start a debug session, and I'm not sure how to address the problem. It seems that the SWD interface is talking, but something goes wrong with chip initialization. I also tried doing a simple blank-check using the GUI Flash Tool and had similar results.
I'm attaching a text file containing the MCUX console output.
Thanks in advance for your help,
Mike