Please can someone help with a basic project that I can load seamlessly into CW 10.6?
I have successfully loaded a sample project to toggle an led on a target board for a different device (MCF51Q32CLH) but now I cannot do the same for this device (MC68HC908GR16 - I cant even find it in the list). If the project is in C that would be helpful. Many thanks
Hi Jacques,
The MC68HC908GR16 MCU is not supported by CodeWarrior 10.6, it is supported by CodeWarrior (Classic IDE) 6.3 and it can be downloaded from this link:
CodeWarrior for Microcontrollers-Classic IDE|Freescale
Once you have installed it you can find assembly examples for this MCU on the following folder:
C:\Program Files\Freescale\CodeWarrior for Microcontrollers V6.3\(CodeWarrior_Examples)\HC08\Assembly Examples\GR Demos\GR16 Demo
Hope it helps!
Best Regards,
Carlos Mendoza
Technical Support Engineer
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks Carlos!