Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
Downloading C program to EEPROM - MK - May 1 3:13:38 2006
Hello everyone,
I developed an application in C language. I have two files -> one that
contains the function definitions and the other one contains the main
program.
I was testing my code on ICC12 with the TARGET options set to 9s12dp256 in
12K RAM mode. If I would like to port my program to the EEPROM in order for
my Minidragon+ board to auto start the applications, can someone give me the
steps?
Thanks!
Mohammed El Korek
American University of Sharjah
m...@ieee.org
[Non-text portions of this message have been removed]
______________________________
controlSUITE software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: Downloading C program to EEPROM - Richard - May 1 3:30:13 2006
I don't have a mini-dragon although I know a good number of ICC12 users
have them. The main thing should really just that you need to set the reset
vector to point to __start. See vectors12.c under c:\icc\examples.12\ for
an example. Otherwise, it should just a matter of burning the code into the
internal flash. You may need to use SRecCVT to convert your S records.
Click on Help when you are at the Project->Options->Target page and it
explains some.
Good luck.
At 12:13 AM 5/1/2006, you wrote:
>Hello everyone,
>I developed an application in C language. I have two files -> one that
>contains the function definitions and the other one contains the main
>program.
>
>I was testing my code on ICC12 with the TARGET options set to 9s12dp256 in
>12K RAM mode. If I would like to port my program to the EEPROM in order for
>my Minidragon+ board to auto start the applications, can someone give me the
>steps?
>
>Thanks!
>
>Mohammed El Korek
>American University of Sharjah
>m...@ieee.org
>
>----------
// richard (This email is for mailing lists. To reach me directly, please
use richard at imagecraft.com)
______________________________
controlSUITE software. Comprehensive. Intuitive. Optimized.
Real-world software for real-time control. Details Here!

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )output to buzzer from MC9S12DP256B - Shah - May 3 4:14:09 2006
Hello everyone,
I am using MC9S12DP256B minidragon evaluation board with an SRF04 transducer. I have
written my program in C and have successfully downloaded the program on to the chip.
Unfortunately I haven't been able to get a response from my buzzer.
I have attached my circuit diagram and am pasting my code here. Somebody please advise. I
really need help to make this work. I have also tried using a IRF530N transistor instead
of a 2N3906. I couldn't hook up the IRF530N, I am confused on how to connect this
transistor with a 10k resistor and my output from the minidragon chip. Please help.
Shah
----- Original Message ----
From: MK
To: 6...@yahoogroups.com
Sent: Monday, May 1, 2006 3:13:31 AM
Subject: [68HC12] Downloading C program to EEPROM
Hello everyone,
I developed an application in C language. I have two files -> one that
contains the function definitions and the other one contains the main
program.
I was testing my code on ICC12 with the TARGET options set to 9s12dp256 in
12K RAM mode. If I would like to port my program to the EEPROM in order for
my Minidragon+ board to auto start the applications, can someone give me the
steps?
Thanks!
Mohammed El Korek
American University of Sharjah
m...@ieee.org
[Non-text portions of this message have been removed]
SPONSORED LINKS
Fast track
Microcontrollers Technical support
Intel microprocessors

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