Sign in

username:

password:



Not a member?

Search 68hc12



Search tips

Subscribe to 68hc12



68hc12 by Keywords

68HC1 | 812A4 | 9S12DP256 | Bootloader | CodeWarrior | D60A | Debugger | DP256 | ECT | EEPROM | EVB | Flash | HC1 | HCS12 | I2C | IAR | ICC1 | Interrupts | LCD | M68KIT912DP256 | MC9S12DP256 | MC9S12DP256B | Metrowerks | Motor | MSCAN | Multilink | PLL | Quadrature | SDI | SPI | Transceiver | XFC

Ads

Discussion Groups

Discussion Groups | 68HC12 | Re: dragon12

Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).

dragon12 - getsmart44820 - May 25 13:47:08 2006

Anyone use the dragon12 to learn motorola mcu's?

=20

=20

=20


(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )


Re: dragon12 - MK - May 26 8:35:43 2006

sure! the dragon12 is used at my university to learn embedded system
technology.

i actually learned embedded systems using the HC11 handyboard. if u want, i
can provide you with some documents/files that we use to learn some of the
functionalities of the HCS12 such as ATD, LCD, digital interfacing... etc..=
.

tell me specifically what you need and let me see if i can help you!

Mohammed El Korek
American University of Sharjah
m...@ieee.org
b...@aus.edu
On 5/25/06, getsmart44820 wrote:
>
> Anyone use the dragon12 to learn motorola mcu's?
>
=20



(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: dragon12 - JCL - May 27 17:11:41 2006

Hello,

I use Dragon12 in my class. Tell me what would you do with that board.
Maybe I can help you a bit.

JCL

--- In 6...@yahoogroups.com, "getsmart44820"
wrote:
>
> Anyone use the dragon12 to learn motorola mcu's?
>





(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: dragon12 - JCL - May 27 17:14:36 2006

Hello,

I use Dragon12 in my class. Tell me what would you do with that board.
Maybe I can help you a bit.

JCL

--- In 6...@yahoogroups.com, "getsmart44820" =20
wrote:
>
> Anyone use the dragon12 to learn motorola mcu's?
>

=20

=20

=20



(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: dragon12 - Eric Engler - May 28 0:43:51 2006

--- In 6...@yahoogroups.com, "JCL" wrote:

> I use Dragon12 in my class. Tell me what would you do with that board.
> Maybe I can help you a bit.

Google will give you a lot of hits on "dragon12", including a lot of
college and university pages. Some include lesson plans and labs.

You need to decide if you want to teach assembler or C. I think most
colleges use assembler for a first course, and C if they have an
advanced course. But some start out with C.

I make some freeware open source IDEs (AsmIDE and EmbeddedGNU), but
the limited free version of CodeWarrior would work for your needs.

I'm hoping more colleges use the 9s12c32 devices in the future.
They're cheaper and you can get full debugging support without using a
BDM device, assuming your application doesn't need to use the serial
port. The AN2548 Serial Monitor gives students the ability to download
programs to flash, and they execute upon power-up. And the devices are
so cheap you don't have to apologize if you make students buy one.
Check out the Wytec DragonFly or the Technological Arts NanoCore12.

Or you can also re-program the Dragon12 with the AN2548 Serial Monitor
(in place of d-bug12) and you'd get the same benefits. The Dragon12
has 2 serial ports so you'd still have one free for the application to
use.

My Pluto debugger will be done within a couple weeks. It supports full
assembler debugging with the Serial Monitor. I'll add BDM and C
language support later.

I'd like to encourage you to go beyond simple d-bug12 EVB mode
debugging with a terminal emulator. This isn't the best option now. A
modern debugger will help students be more productive and it will help
them get excited, which can help them learn better.=20

Eric

=20

=20

=20



(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )

Re: Dragon12 - Edward Karpicz - May 28 5:58:00 2006

The EPROT register is loaded from EEPROM array address =3D=20
top_EEPROM_address-2 during reset. If someone has programmed EEPROM=20
protection byte to nonFF then the only way to unprotect EEPROM is - use BDM=
=20
pod. Enter special mode, set EEPROT register to $FF and erase EEPROM=20
protection byte. Also you should verify that reserved EEPROM bytes are all=
=20
in erased state. Reserved bytes are top 16 bytes of EEPROM array minus one=
=20
EEPROM protection byte.

Regards,

Edward

----- Original Message -----=20
From: "MK"
To: <6...@yahoogroups.com>
Sent: Sunday, May 28, 2006 10:36 AM
Subject: [68HC12] Dragon12
> Hello guyz,
>
> I was using a Minidragon+ board for my senior design project. I managed t=
o
> test my applicaiton in C in the RAM mode. When I was trying to transfer m=
y
> program to FLASH memory, my lab instructor told me that I should not do=20
> that
> because D-Bug 12 already resides in FLASH. When I tried to transfer my
> program to the EEPROM, the terminal of ICC12 kept telling me that EEPROM=
=20
> is
> locked.... check EEPROT register. I tried clearing the register in order=
=20
> to
> unlock the EEPROM (I dont know how did it get locked in the first place).
> but it was fo no use.
>
> Do you have any suggestions?
>
> Best Regards,
> Mohammed El Korek
> American Univ. of Sharjah
> [Non-text portions of this message have been removed]
=20


(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )