Not sure how a single register command disabled MOSC but LMF could no longer write to flash memory after doing so.
LMF gives message: **ERROR** Unable to initialize target -0!
Seemingly PIOS should be the source oscillator for MCU flash write and DAP connection after LMF does an unlock and erases flash memory. The NOXTAL bit=1 (no crystal present) after POR and datasheet mentions to clear the bits like below start MCU from default oscillator PIOS.
Even after unlock the EK-TM4C1294i3-XL MOSC will not start as if NOXTAL is still the case but why if LMF has erased flash memory?
Can MCU JTAG erase flash where ICDI seems to be failing to erase flash during unlock procedure?
command that killed the beast:
/* When an attached crystal clear PWRDWN and NOXTAL bits MOSCTL register*/ HWREG(SYSCTL_MOSCCTL) &= ~(SYSCTL_MOSC_PWR_DIS | SYSCTL_MOSC_NO_XTAL);