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

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:

[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 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:

[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:

[ARM-PowerPC-ColdFire-MIPS44binit

Description: 该文件为ARM7硬件平台的C语言启动代码,用于分配中断向量表,初始化ISR地址,初始化堆栈空间, 初始化应用程序执行环境,配置存储器系统,设定时钟周期,呼叫主应用程序。基于S3C44B0的ARM7硬件平台的启动代码-The hardware platform documentation for the ARM7 startup code of C language for the distribution of interrupt vector table, initialize ISR address space to initialize the stack, the application execution environment initialization, configuration, memory system, set the clock cycle, call the main application. S3C44B0' s ARM7-based hardware platform start-up code
Platform: | Size: 4096 | Author: 李晓群 | Hits:

[assembly languageLEDBLINK

Description: 发光管轮流闪烁 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等-LED flashes alternately 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: 129024 | Author: bill | Hits:

[assembly languagetest_beep

Description: 练习:蜂鸣器的周期鸣叫,汇编语言 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等-Practice: the cycle buzzer call, assembly language 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: 101376 | Author: bill | 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:

[assembly languagelcdcolor

Description: 这个程序是cstn演示程序,配彩色640*480液晶专用,没有彩色液晶的请不要使用 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等-This procedure is cstn demo program, with 640* 480 LCD color-specific, there is no color LCD, please do not use the 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: 95232 | Author: bill | Hits:

[Other Embeded program44B0Init.s

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 initialization procedure
Platform: | Size: 15360 | Author: bluehoocn | Hits:

CodeBus www.codebus.net