This is TikiWiki v1.9.8 -Sirius- © 2002–2007 by the Tiki community Mon 06 of Sep, 2010 [07:31 UTC]
Menu [hide]
Google Ads

68HC11_romloader

print
HC11 Romloader is a small program that is bootstrapped into an 68HC11F1 and does program the internal program memory (FLASH). The ROM content (payload) of 512 bytes is attached as hex dump. This hex dump can be generated from the binary ROM image (output you your assembler) using the romconv tool included.

Get started:
  • Compile/assemble your HC11 code that shall be written into the internal FLASH ROM
  • Take the resulting binary output file (ROM image 'dump.bin') and feed it into the 'romconv' utility. This will create a file 'dump.hex'
  • Copy/Paste the content of 'dump.hex' into 'romload.asc'
  • Assemble romload.asc
  • Load romload.asc in bootstrap mode (via serial port). The HC11 internal Flash and EEPROM will be erased.


Download: HC11 Romloaderexternal link

Created by: admin last modification: Tuesday 27 of January, 2009 [21:20:06 UTC] by admin


Powered by Tikiwiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF
RSS Wiki
[ Execution time: 0.49 secs ]   [ Memory usage: 6.61MB ]   [ GZIP Disabled ]   [ Server load: 8.34 ]