Join our technical discussions about Freescale Microcontrollers: M68HC12. (Freescale Semiconductor is a Subsidiary of Motorola).
FLASH PROGRAMMING - tototawila - Mar 5 9:54:34 2007
hi i work on dragon12 board and egnu tool and i want to download the
programe on the flash memory ,the help said that i should start the
programe from flash address like 0xE000 and save this address at the
location 0xEFFE,0xEFFF but i don't know how to do this in C langauge
so i need help
TAWILA

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )
Re: FLASH PROGRAMMING - Jefferson Smith - Mar 5 15:56:21 2007
--- In 6...@yahoogroups.com, "tototawila"
wrote:
>
> hi i work on dragon12 board and egnu tool and i want to download the
> programe on the flash memory ,the help said that i should start the
> programe from flash address like 0xE000 and save this address at the
> location 0xEFFE,0xEFFF but i don't know how to do this in C langauge
> so i need help
> TAWILA
Sounds like a question for the gnu-m68hc11 group
http://tech.groups.yahoo.com/group/gnu-m68hc11/
Since what you need is apparently syntaxt help for the gcc compiler.

(You need to be a member of 68hc12 -- send a blank email to 68hc12-subscribe@yahoogroups.com )Re: FLASH PROGRAMMING - Eric Engler - Mar 8 21:53:17 2007
--- In 6...@yahoogroups.com, "tototawila"
wrote:
>
> hi i work on dragon12 board and egnu tool and i want to download the
> programe on the flash memory ,the help said that i should start the
> programe from flash address like 0xE000 and save this address at the
> location 0xEFFE,0xEFFF but i don't know how to do this in C langauge
> so i need help
> TAWILA
Are you willing to overwrite d-bug12? You can't store a program in
flash on the DP256 unless you overwrite d-bug12. You can replace it
with the serial monitor, or just use a BDM device to put your program
in flash. But this may not be a good idea unless you understand this
issue pretty well.
Eric

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