EmbeddedRelated.com
Forums
Memfault Beyond the Launch

A good book for the MC9S12DP512?

Started by elec...@hotmail.com May 7, 2009
Hello all,

I am looking for a good tutorial type book on my microcontroller. I have a MC9S12DP512 on a CMD-12DP512 development board. For my old HC11, I refered to "The 68HC11 Microcontroller" by Greenfield. It would be great to find a book that would take me step-by-step into all the functions for my current MCU! Thanks alot in advance!

Jerry Fields

*Software and Hardware Engineering: Motorola M68HC12
*by Prof. Fred Cady and Jim Sibigtroth

Available from Oxford University press, Amazon, or Barnes & Noble (ISBN
0-19-512469-3). Fred Cady has written other college textbooks for the
M68HC11 and has been teaching microcontrollers at Montana State
University-Bozeman for several years. Jim Sibigtroth is the Motorola
systems engineer who defined the M68HC11, wrote the M68HC11 Reference
Manual (aka the Pink Book), and was part of the team that defined the
M68HC12.

This book can be used as a textbook for an undergraduate course on
microcontrollers, as a reference manual for the M68HC12, or as a source
for numerous programming examples. The early chapters can also serve as
a tutorial for engineers who are new to assembly language programming.
All code examples were developed and assembled using P&E Microcomputer
Systems tools, and can be run on the M68EVB912B32 or M68HC12A4EVB
evaluation boards.

Jerry Fields wrote:
>
> Hello all,
>
> I am looking for a good tutorial type book on my microcontroller. I
> have a MC9S12DP512 on a CMD-12DP512 development board. Devry provided
> me with a good book for the HC11 back in 1994. "The 68HC11
> Microcontroller" by Greenfield. It would be great to find a book that
> would take me step-by-step into all the functions for my current MCU!
> Thanks alot in advance!
>
> Jerry Fields
>
> __________________________________________________________
> Hotmail goes with you.
> http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
>
>
>



--- In 6..., electronic_tech1@... wrote:
>
> Hello all,
>
> I am looking for a good tutorial type book on my microcontroller. I have a MC9S12DP512 on a CMD-12DP512 development board. For my old HC11, I refered to "The 68HC11 Microcontroller" by Greenfield. It would be great to find a book that would take me step-by-step into all the functions for my current MCU! Thanks alot in advance!
>
> Jerry Fields
>
I recommend "Programming the Motorola M68HC12 Family" by Gordon Doughman.
I'm also using the MC9S12DP512 on a Adapt9S12DP512 board and programming in assembly. Check out the 68HC12 Yahoo Group's files for floating point routines in assembly.

Gil Gagne

Hi Jerry,

There are some newer books that specifically cover the MC9S12 (as opposed to the older 68HC12 technology). I've compiled a list of all the books I've come across over the past little while here:
http://www.technologicalarts.ca/catalog/index.php?cPath=23
My top three picks (based on books I've actually purchased and read) appear at the top of the Amazon list (Huang, Cady, and Barret/Pack). However, there are some I haven't read yet ;o)

Best regards,
Carl Barnes
www.technologicalarts.com
Evaluate * Educate * Embed

--- In 6..., "Dr. David A. Perreault" wrote:
>
> *Software and Hardware Engineering: Motorola M68HC12
> *by Prof. Fred Cady and Jim Sibigtroth
>
> Available from Oxford University press, Amazon, or Barnes & Noble (ISBN
> 0-19-512469-3). Fred Cady has written other college textbooks for the
> M68HC11 and has been teaching microcontrollers at Montana State
> University-Bozeman for several years. Jim Sibigtroth is the Motorola
> systems engineer who defined the M68HC11, wrote the M68HC11 Reference
> Manual (aka the Pink Book), and was part of the team that defined the
> M68HC12.
>
> This book can be used as a textbook for an undergraduate course on
> microcontrollers, as a reference manual for the M68HC12, or as a source
> for numerous programming examples. The early chapters can also serve as
> a tutorial for engineers who are new to assembly language programming.
> All code examples were developed and assembled using P&E Microcomputer
> Systems tools, and can be run on the M68EVB912B32 or M68HC12A4EVB
> evaluation boards.
>
>
>
>
> Jerry Fields wrote:
> >
> >
> >
> >
> >
> > Hello all,
> >
> > I am looking for a good tutorial type book on my microcontroller. I
> > have a MC9S12DP512 on a CMD-12DP512 development board. Devry provided
> > me with a good book for the HC11 back in 1994. "The 68HC11
> > Microcontroller" by Greenfield. It would be great to find a book that
> > would take me step-by-step into all the functions for my current MCU!
> > Thanks alot in advance!
> >
> > Jerry Fields
> >
> > __________________________________________________________
> > Hotmail goes with you.
> > http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> >
> >
> >
> >
> >
>
>
>
>
>

Thanks a lot Carl! I would also like to thank all of you for your replies! With all of the engineering tasks my job puts in front of me, this will make things much easier!

It is very much appreciated!

Thanks again,
Jerry Fields







To: 6...
From: m...@yahoo.com
Date: Thu, 7 May 2009 21:15:22 +0000
Subject: [68HC12] Re: A good book for the MC9S12DP512?

Hi Jerry,

There are some newer books that specifically cover the MC9S12 (as opposed to the older 68HC12 technology). I've compiled a list of all the books I've come across over the past little while here:
http://www.technologicalarts.ca/catalog/index.php?cPath=23
My top three picks (based on books I've actually purchased and read) appear at the top of the Amazon list (Huang, Cady, and Barret/Pack). However, there are some I haven't read yet ;o)

Best regards,
Carl Barnes
www.technologicalarts.com
Evaluate * Educate * Embed

--- In 6..., "Dr. David A. Perreault" wrote:
>
> *Software and Hardware Engineering: Motorola M68HC12
> *by Prof. Fred Cady and Jim Sibigtroth
>
> Available from Oxford University press, Amazon, or Barnes & Noble (ISBN
> 0-19-512469-3). Fred Cady has written other college textbooks for the
> M68HC11 and has been teaching microcontrollers at Montana State
> University-Bozeman for several years. Jim Sibigtroth is the Motorola
> systems engineer who defined the M68HC11, wrote the M68HC11 Reference
> Manual (aka the Pink Book), and was part of the team that defined the
> M68HC12.
>
> This book can be used as a textbook for an undergraduate course on
> microcontrollers, as a reference manual for the M68HC12, or as a source
> for numerous programming examples. The early chapters can also serve as
> a tutorial for engineers who are new to assembly language programming.
> All code examples were developed and assembled using P&E Microcomputer
> Systems tools, and can be run on the M68EVB912B32 or M68HC12A4EVB
> evaluation boards.
>
>
>
>
> Jerry Fields wrote:
> >
> >
> >
> >
> >
> > Hello all,
> >
> > I am looking for a good tutorial type book on my microcontroller. I
> > have a MC9S12DP512 on a CMD-12DP512 development board. Devry provided
> > me with a good book for the HC11 back in 1994. "The 68HC11
> > Microcontroller" by Greenfield. It would be great to find a book that
> > would take me step-by-step into all the functions for my current MCU!
> > Thanks alot in advance!
> >
> > Jerry Fields
> >
> > __________________________________________________________
> > Hotmail goes with you.
> > http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009
> >
> >
> >
> >
> >
>
>
>
>
>

_________________________________________________________________
Hotmail has a new way to see what's up with your friends.
http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009




Memfault Beyond the Launch