Hi,
Currently we are using Codewarrior IDE 5.1 for our MC9S12XHY controller(hcs12 FAMILY). Is there any eclipse based version on the same? . I believe Codewarrior 10.6 comes up with eclipse based version.
Is there any standard plug in for interfacing it with unit testing tool like testing?
Is codewarrior IDE 5.1 is the only IDE for hcs12 family?
Hi,
Regarding other IDE besides the CodeWarrior classic you may consider IDE's listed at product page:http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=S12XHY&fpsp=1&tab=Design_Tools_Tab
under section
You have the option of:
or
by IAR
IAR Embedded Workbench for HCS12 is an integrated development environment with project management tools and editor. It includes a highly optimizing...
or
by ISYSTEMAG
winIDEA is an integrated development environment (IDE) that compliments all iSYSTEM hardware. - Editor, project and build manager, high level...
CW5.1 for S12XHY doesn’t have full chip simulation feature for full debugger support.
You can enable it but it can be used only for simulating instruction.
This is the method:
Press F5 to launch debugger, in connection manager, hit “Abort”:
Then launch debugger, go to debugger menu “ component”, “Set connection…”, choose “full chip simulation”
Then go to debugger menu “File”, “Save Configurations”.
Close CW debugger.
Next time launch debugger again, it will run in full chip simulation mode. please note, this is a kind of Instruction Set Simulator. Unfortunately you can’t utilize all the S12XHY features with it.
In CodeWarrior 10.6 S12XHY is not implemented nor supported.
Hi,
Thanks for the quick turn around.
we bought 5 licenses for codewarrior IDE profressional edition. Codewarrior 5.1doesn't support any eclipse versiom like 10.6!. 10.6 doesnt support hcs12 family right?
Is there any eclipse IDE for HCS12 family from freescale?
Unfortunately not. Eclipse version of CodeWarrior supports only the S12Z MagniV family:
Currently we are planning to deploy unit testing tool like tessy. Is there any provision to add tessy tool as a plug in like PC-lint ?