Hi,
regarding to your questions:
1. you are correct MM912H634 is only supported by CW_HC12_v5.1. CW10.6 doesn't support MM912H634. as I know there is no plan for CW10.x supporting HCS12 in the near future release.
if you want, you can propose your requirement as a feature request to support@freescale.com. Freescale support could escalate it.
2. the long term full version is not free. here is the link to order full version
CodeWarrior Suites (Bas, Stand, Pro)|Freescale
3. regarding to the left side picture, i wonder you debug the project in full simulation mode without connecting board. in full simulation mode, not all hardware register can work normal. you need connect a board to make sure register view perform full function work.
regarding to the right side picture, i wonder it is an optimization problem, please cast the related local variable with volatile:
volatile int i=0;
this should fix the problem.
4. CW5.1 is in maintenance mode, Freescale still develops patch for bug fix. here is the document for
How to download a Service Pack / Patch / Update?
can this help you?
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------