⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iceapp.htm

📁 mips架构的bootloader,99左右的版本 但源代码现在没人更新了
💻 HTM
字号:
<title>Executing an Application using SerialICE</title><h1 align=center>Executing an Application using SerialICE</h1><!--TODO need more stuff here -->The application is 'your' program.There are two choices. Executing from RAM and executing from ROM.<p><h2>Download and execute from RAM</h2><!--INDEX "Download and execute from RAM" -->	<ol>	<li>	Type "make" from the top-level directory if you have not	done so already. This builds the run-time library.<p>	<li>	Compile and link your program. The easiest way to do this is	move to the bsps directory and use the same procedure that	the makefile uses to build b4101. Which is...<p>	<pre>	pmcc -crt0 -o b4101 a4001.s myprog.c	</pre>	Where a4001.s contains the correct startup code from the	CPU you plan to use. a4001 will work for the 4001, 4003, or	4101.<p>	Note that if your application makes any calls to perform I/O	eg. printf, you will need to provide to correct low-level	routines to initialize and interface with the I/O peripheral	you are using.<p>	<li> 	<a href="dlexe.htm">Download and execute</a> your application.	</ol><h2>Blow into Prom and execute on powerup</h2><!--INDEX "Execute on powerup" -->Three steps are necessary.	<ol>	<li>Merge application and SerialICE Kernel	<li>Build	<li><a href="mkroms.htm">Make ROMS</a>	</ol></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -