Good Morning,
Thank you for the quick response.
I am using CodeWarrior 6.3 SE. Although my post states "newbie," I have been using Motorola/Freescale microcontrollers for many years. This includes the use of many DEMO/EVAL boards.
My past experience has been that the default configuration provided by Processor Expert can be programmed into the device, and it runs (it doesn't do anything but sit in the for loop - but it runs). The DEMOJM board worked this way.
For the DEMOAC board, however, I programmed the board with the default startup code, the debugger window appeared, and it began running immediately (the green arrow was gray). It displays:
move.w #0x2700,sr
If I halt the processor, it displays:
setReg8(SPMSC2, 0x00);
or
lea _SP_INIT,a7
If I start it again, it will not halt. It appears to be stuck in the initialization code.
I tried resetting the watchdog timer in the loop, but that did not seem to make any difference.
The startup project is attached. It should be running with the internal clock at 4 MHz bus speed (well below he limit), with the FLL engaged . Any help will be appreciated. What is the minimum stable startup configuration using Processor Expert 6.3?