Gents,
Where can I get a tutorial for the Microcontroller MC9S08QE8?, I bought the DEMO9S08QE8 demo card, and I have not found neither in the CD's coming with the Demo Card nor in the Freescale website a tutorial to quickly learn the Microcontrollers of Freescale. I have some knowledge in MC of others manufacturers, so I am somewhat familiarized with their assembler (or instructions set) and hardware architecture.
I am looking for something that may guide me through the different parts of the HC08 MC, at the same time, with easy lessons, for instance, the memory maps, special function register, the pin out, block diagrams, the instructions set, the Interruption management, etc.
I do not have too much time to read all those bulky manuals, perhaps in the future.
Thanks in advance for your help.
Rodo
Hello,
You will find links to the Omer Cerid publication (pertaining to the HC908GP32 device) at the following webpage -
http://wwwi.elec.gla.ac.uk/teaching_pages/course_pages/EE1/Welcome_full.html
The previously referenced book “HCS08 Unleashed: Designer's Guide to the HCS08 Microcontrollers" by Fábio Pereira does specifically cover the QE series.
Regards,
Mac
Welcome to another new guy just like me. I started with the 9S08QE last week and here’s what I found useful.
I found the 9S08QE8 resource manual the best source of information. You can find it on the Freescale website. But to get you up and running quickly I found following the “MC9S08QG8 Quick Start Tips” the best way to get familiar with the 9S08Q architecture. It’s by Highlander Technologies. And it’s on the Freescale website. The QG doesn’t offer all the same subsystems as the QE but it’s very close.
Freescale also has a QG8 Peripherals Code Walkthrough on their website.
Another thing I found helpful was to study the code for the DEMOQE Toolkit utilities. I ran them all and it taught me how to run Codewarrior and download programs into the S08 flash memory.
McMasterUniversity uses MC9S08QG8 MCU as part of their physics program and they have code examples on their website.
A website called systech-gmbh.ch has some tutorials/examples as well. I think the gentleman is German so the documents take a little patience to follow but they are mostly in English.
And last but not least there are two books you can order:
“Software and Hardware Engineering” by Fredrick M. Cady Copyright 2008
It’s been helpful even though it was written for the HCS12 MCU.
I haven’t received it yet but I’ve ordered the just published book “HCS08 Unleashed: Designer's Guide to the HCS08 Microcontrollers" by Fábio Pereira who is also a contributor of this forum. My understanding is it’s the first book written for the HCS08 architecture.
Hope this helps.
Rodo