搜索资源列表
-
0下载:
ARM体系结构和编程,介绍ARM CPU 的细节,包括结构,寻址,指令集,汇编语言,cache管理,存储,函数调用参数传递,交叉编译连接及调试。-ARM architecture and programming on the ARM CPU details, including the structure, addressing, instruction set, assembly language, cache management, storage, transfer function ca
-
-
0下载:
evc下网络编程是有一定难度的,上面这个功能包含了两个程序演示了在嵌入式设备里面怎样通过TCP来进行网络数据交互和传输.-AES network programming under a certain degree of difficulty. above this function contains two procedures demonstrated in embedded devices inside TCP how to conduct interactive data network
-
-
0下载:
蓝宇BBPC-SOM2496嵌入式主板
看门狗编程实例代码与函数-Lan Yu-Main Board watchdog SOM2496 embedded programming code examples and function
-
-
0下载:
ARM下在系统编程资料,以LPC2300为例,讲述IAP功能在实际使用过程中的应用方法以及相关解决方案 -ARM in-system programming information to LPC2300 for example, on the IAP function in actual use in the process of application and related solutions
-
-
1下载:
STC单片机的调试程序。STC单片机不具备在线调试功能,该程序能够实现STC单片机的嵌入式调试,满足大部分情况使用。另附VC源代码,喜欢编程的爱好者,可以根据需要进行改进。-STC chip debugger. STC chip debug function is not available online, the program can achieve STC microcontroller embedded debugging, to meet in most cases to use. V
-
-
0下载:
是easyarm1138的通用输入输出口实例
例程是基于《Stellaris系列驱动库》编写的。
对LED和KEY的编程,采用封装好“驱动库”模式,只要在工程里添加LED和KEY的驱动程序,就能运用自如。
例如对LED的操作就很简单:
LED_Init(LED1) // 只初始化LED1,而对LED2和LED3所在的GPIO管脚无影响
LED_Init(LED1 | LED2 | LED3) // 同时初始化3只LED
LED_On(LED2 | LED
-
-
0下载:
这是一个自己编写的用于nios ii编程的1602接口,在nios ii里只需调用一个显示函数就可以显示所需要的内容。-This is a self-written in 1602 for the nios ii programming interface, in the nios ii li simply call a display function can display the required content.
-
-
0下载:
用汇编语言实现连续空间数据拷贝。用汇编语言实现两个数串的相加存储。用汇编语言实现字符串的反序存储连接。用调用函数的思想实现字符串的切割和反序存储。运用混合编程实现数串的相加存储。运用混合编程实现数串的反序存储和连接。运用混合编程和函数调用实现数串的切割和连接。几个小程序都是自己编的带有实验报告注释等等。适用于初学ARM的朋友。有混合编程。-Using assembly language to achieve a continuous spatial data copies. Using asse
-
-
0下载:
功能:
1.表盘界面的显示,显示当前时间。
2.设置交互界面,用以设置时间信息和选择提示事件。
3.用户可以输入特定时间和选择播放声音或闪动指示灯来提醒用户。
4.具有秒表功能。
设计提示:
1.应用程序框架设计。
2.程序菜单设计。
3.程序对话框设计。
4.表盘绘图程序设计。
5.事件定时提醒功能设计。-Features: 1. Dial interface display, display the current time. 2. Set inter
-
-
0下载:
单纯的C 或者汇编编程请参考相关的书籍或者手册,这里主要讨论C 和汇编的混合编程,包括相互之间的函数调用。-Pure C or assembly programming, please refer to the relevant books or manuals, this is mainly to discuss the mixed C and assembly programming, including function calls between each other.
-
-
0下载:
lpc22xx系列的IAP例程,功能:LPC2200的IAP功能测试。
说明:调用IAP服务程序,完成FLASH编程操作。-lpc22xx series of IAP routines, function: LPC2200 the IAP function test. Descr iption: Call IAP service program, complete the FLASH programming.
-
-
0下载:
LPC2200的IAP功能,调用IAP服务程序,完成FLASH编程操作。-LPC2200 the IAP function, call the IAP service program, complete the FLASH programming operation.
-
-
0下载:
SJF2440 是由三星提供的用来烧写开发板Flash 的工具程序,它可以通过并口连接一个Jtag 板,用来烧写K9F1208 Nand Flash, AMD29LV800BB Nor Flash 等型号的Flash。因为SJF2440 是一种十分慢速的烧写工具,并且没有校验功能,它一般适用于烧写比较小的bootloader.
-SJF2440 is used by Samsung to provide the tools for programming development board
-
-
0下载:
51端口模拟T2C协议编程,使用时可直接调用,程序已对外部使用函数做了外部声明,所有函数可直接调用!-51 port simulation T2C agreement programming, use can be called directly, procedures have to external use function to make the external statement, all functions can be called directly!
-
-
0下载:
工业控制机数据采集功能,基于cvi的编程环境,简单易懂-Industrial control machine data acquisition function, based on the cvi programming environment, simple and understandable
-
-
0下载:
NXP MCU 17xx_IAP 在线升级模块-For in application programming the IAP routine should be called with a word pointer in
register r0 pointing to memory (RAM) containing command code and parameters. Result
of the IAP command is returned in the result table
-
-
0下载:
基于stm32的gpio例程,stm32库函数的应用例程,可以作为stm32编程和调试的入门程序。-Gpio routines based on the stm32, stm32 library function routines can be used as stm32 programming and debugging entry procedures.
-
-
0下载:
This example provides a descr iption of how to program the STM32F4xx FLASH.
After Reset, the Flash memory Program/Erase Controller is locked. To unlock it,
the FLASH_Unlock function is used.
Before programming the desired addresses, an erase
-
-
1下载:
STM32F4xx_StdPeriph_Driver是用于ST公司的ARM-Cortex M4系列单片机编程的底层驱动库,包含了基本的GPIO, ADC, SPI, USART, DMA, DAC等外设的配置函数。-STM32F4xx StdPeriph Driver is used for ST s ARM- the Cortex M4 series microcontroller programming the underlying Driver library, contains the
-
-
0下载:
四路温度采集报警系统并附带Proteus仿真,使用51单片机编程,同时检测四路DS18B20温度传感器上的温度,并将结果显示在液晶1602上,同时具备可调节温度上下限制功能,超过限制发出报警的功能,还具有串口调节功能,是更加方便。-Four road temperature collection and alarm system with Proteus simulation, using the 51 microcontroller programming, at the same time,
-