Welcome![Sign In][Sign Up]
Location:
Search - 44binit

Search list

[Other resourcewatchdog实验

Description: 文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件-document functional 44binit.s - --- interrupted initialization, memory, stack, system initialization and establish procedures C runtime environment. Mencfg.s - ---- defined parameters such as memory latency option.s - ---- definition of system clock frequency main.c - ------ main function 44blib.c - ---- S3C44B0X some of their preparation libraries
Platform: | Size: 93381 | Author: 百里情愁 | Hits:

[Other resourceDemo_ST44B0X

Description: 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s ----- initialization interrupt, memory, stack, for system initialization and establish procedures C runtime environment. Memcfg.inc ----- definition of memory delay, SDRAM configuration parameters option.inc ----- definition of system clock frequency main.c ----- system main program (Main function etc.) 44blib.c ----- IO port initialization. Delay and asynchronous serial communications, and other basic subroutine
Platform: | Size: 920149 | Author: 张锡良 | Hits:

[Linux-Unix44binit

Description: 启动原代码自己的
Platform: | Size: 3775 | Author: 章容 | Hits:

[Other resource44binit

Description: ARM7核S3C44B0引导程序原码,包括详细注释,对理解ARM7处理器的运行很有帮助.
Platform: | Size: 7010 | Author: 雪莱 | Hits:

[Other resourceS3C44B0

Description: S3C44B0启动代码详细分析。基于三星的44binit.s文件
Platform: | Size: 26935 | Author: 刘文 | Hits:

[Other resource44Binit

Description: 44Binit.s注释 GET option.s 相当于c语言中的#i nclude \"option.s\" GET memcfg.s Interrupt Control 声明一些符号常量,这些符号常量和地址相应寄存器的地址对应 INTPND EQU 0x01e00004 指示中断请求状态寄存器 每一位代变一种中断请求具体表一种中断请参考44b0 spec
Platform: | Size: 4911 | Author: 郝好 | Hits:

[Embeded-SCM Develop44binit

Description: 44b0(arm)初始化程序,代码可以通用,方便嵌入式系统的开发
Platform: | Size: 5086 | Author: 宁晓平 | Hits:

[Embeded-SCM DevelopHM701NEP平台启动代码

Description: HM701NEP(S3C44B0X)基本启动代码,在此基础上可以做各种实验,包括个6文件,44BINIT.S 汇编代码,系统上电、复位及异常处理的入口点。 Memcfg.s 汇编代码,外部存储空间配置 OPTION.S 汇编代码,一些汇编宏定义:RAM的起始地址,中断入口表地址、RAM类型、系统主频、PLL控制字等 44B.H S3C44B0X的寄存器地址宏定义 OPTION.h 供C程序使用的一些反映系统工作方式的基本宏定义 Def.h 一些数据类型的缩写--HM701NEP(S3C44B0X) basic startup code. Based on it, you could do various experiments. It includes 6 files: 44BINIT.S / Memcfg.s / OPTION.S / 44B.H / OPTION.h / Def.h .
Platform: | Size: 10521 | Author: 金波 | Hits:

[Embeded-SCM DevelopHM701NEP平台启动代码

Description: HM701NEP(S3C44B0X)基本启动代码,在此基础上可以做各种实验,包括个6文件,44BINIT.S 汇编代码,系统上电、复位及异常处理的入口点。 Memcfg.s 汇编代码,外部存储空间配置 OPTION.S 汇编代码,一些汇编宏定义:RAM的起始地址,中断入口表地址、RAM类型、系统主频、PLL控制字等 44B.H S3C44B0X的寄存器地址宏定义 OPTION.h 供C程序使用的一些反映系统工作方式的基本宏定义 Def.h 一些数据类型的缩写--HM701NEP(S3C44B0X) basic startup code. Based on it, you could do various experiments. It includes 6 files: 44BINIT.S/Memcfg.s/OPTION.S/44B.H/OPTION.h/Def.h .
Platform: | Size: 10240 | Author: 金波 | Hits:

[uCOSs3c44b0_start

Description: 三星开发板S3C44B0的经过移植的启动程序。可以用EMBEST IDE PRO编程。-Samsung development board S3C44B0 after transplantation of the commencement of proceedings. IDE can be used EMBEST PRO programming.
Platform: | Size: 6144 | Author: transflyer | Hits:

[Embeded Linuxwatchdog实验

Description: 文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件-document functional 44binit.s---- interrupted initialization, memory, stack, system initialization and establish procedures C runtime environment. Mencfg.s----- defined parameters such as memory latency option.s----- definition of system clock frequency main.c------- main function 44blib.c----- S3C44B0X some of their preparation libraries
Platform: | Size: 98304 | Author: | Hits:

[Other Embeded programDemo_ST44B0X

Description: 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s----- initialization interrupt, memory, stack, for system initialization and establish procedures C runtime environment. Memcfg.inc----- definition of memory delay, SDRAM configuration parameters option.inc----- definition of system clock frequency main.c----- system main program (Main function etc.) 44blib.c----- IO port initialization. Delay and asynchronous serial communications, and other basic subroutine
Platform: | Size: 1454080 | Author: 张锡良 | Hits:

[Linux-Unix44binit

Description: 启动原代码自己的-The original code to start their own
Platform: | Size: 3072 | Author: 章容 | Hits:

[ARM-PowerPC-ColdFire-MIPS44binit

Description: ARM7核S3C44B0引导程序原码,包括详细注释,对理解ARM7处理器的运行很有帮助.-ARM7 nuclear S3C44B0 original boot code, including detailed notes on the understanding of ARM7 processors running very helpful.
Platform: | Size: 7168 | Author: 雪莱 | Hits:

[uCOSS3C44B0

Description: S3C44B0启动代码详细分析。基于三星的44binit.s文件-S3C44B0 detailed analysis of startup code. Based on Samsung
Platform: | Size: 26624 | Author: 刘文 | Hits:

[uCOSkeil_ucsoii_for_S3C44B0X

Description: 一个在KEIL公司的MDK3.20编译通过运行的基于S3C44B0X芯片的UCOSII源代码,有外部中断-A company
Platform: | Size: 464896 | Author: husong | Hits:

[Other Embeded program44Binit

Description: 44Binit.s注释 GET option.s 相当于c语言中的#i nclude "option.s" GET memcfg.s Interrupt Control 声明一些符号常量,这些符号常量和地址相应寄存器的地址对应 INTPND EQU 0x01e00004 指示中断请求状态寄存器 每一位代变一种中断请求具体表一种中断请参考44b0 spec -GET option.s Notes 44Binit.s equivalent c language# i nclude
Platform: | Size: 5120 | Author: 郝好 | Hits:

[ARM-PowerPC-ColdFire-MIPS44B0Test

Description: 44b0公版的测试程序, ******************************************************* * NAME : 44BINIT.S * * Version : 10.JAn.2003 * * Description: * * C start up codes * * Configure memory, Initialize ISR ,stacks * * Initialize C-variables * * Fill zeros into zero-initialized C-variables * -44b0 public version of the test procedure,******************************************************** NAME: 44BINIT.S** Version: 10.JAn.2003** Description:** C start up codes** Configure memory, Initialize ISR, stacks** Initialize C-variables** Fill zeros into zero-initialized C-variables*
Platform: | Size: 304128 | Author: shhachqi | Hits:

[SCMget_KEY

Description: 查询方式扫描键盘.每按一个键,发光管对应亮灭 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等-Keyboard scan query. Every press of a button, the corresponding LED light out 44binit.s---- interrupt initialization, memory, stack, system initialization, the establishment of C runtime environment procedures. mencfg.s----- definition of parameters such as memory latency option.s----- such as the definition of the system clock frequency
Platform: | Size: 83968 | Author: bill | Hits:

[ARM-PowerPC-ColdFire-MIPS44binit

Description: ARM资料完全手册之44binit启动代码分析-ARM information is completely manual analysis of the startup code 44binit
Platform: | Size: 12288 | Author: an | Hits:
« 12 »

CodeBus www.codebus.net