搜索资源列表
ICES3C44B0X
- 本资料说明如何采用Multi-ICE 和ADS通过JTAG口在线烧写FLASH 1,在axd命令行中使用ob anorom.ini 2,按照提示烧写, load_addr = 0 仅作参考 -information on how the Multi - ICE and the ADS through the mouth-burning JTAG FLASH 1, the command line axd use ob anorom.ini 2, according
btldr_at91rm9200
- 自己写的一个基于kb9202开发板的bootloader,实现了一个命令行处理和xmodem文件下载功能,可以装载一般的应用程序-himself wrote a kb9202 development board based on the Bootloader. Implementation of a command-line processing and xmodem download function could carry general application
S1D13305lcd320240
- 这是我做的针对S1D13305的驱动源码,我集成了ASCII码字库和一级简码汉字库,可以显示任意常用汉字和英文字符,另外还有基本的画线、圆、多边形以及填充等功能!但是由于画图时是边计算边显示,所以显示效果会有抖动,只需通过缓冲区作为中转站就可以解决问题,这个问题就让给使用者解决了! 如有问题可以发email给我,xianyun.wang@gmail.com-This is what I do against the S1D13305 driver source code, I integra
GUI(LCD-DRIVER)
- 开发环境为ADS1.2 ARM用户界面开发接口程序 GUI 提供了最基本的画点 线 圆形 圆弧 椭圆形 矩形 正方形 填充等功能 较高级的接口功能有 ASCII显示 汉字显示 图标显示 窗口 菜单等 支持单色 灰度 伪彩 真彩等图形显示设备-ADS1.2 development environment for the development of ARM user interface GUI interface to provide the most basic point of
ADSP-BF533_I2C_Support_ASM
- 里面是利用ADSP-BF533通过I2C总路线进行图像采集的源代码,此程序在现有板子上跑过没问题-use ADSP-BF533 through I2C line image collection of source code, This procedure of the existing plank on which once ran no problem
SED1335_LPC
- LPC213x系列微处理器操作SED1335液晶显示屏的驱动程序,提供ASCII字符,汉字,点,线,面等操作模式。-LPC213x series microprocessor operating SED1335 LCD display driver, provide ASCII characters, Chinese characters, point, line, surface, such as the mode of operation.
stepperfourandsix
- 这个例子做的是去年全国电子电子设计大赛E题,悬挂运动控制系统(E题),我只做了画线和画圆两个部分,纯粹是玩,所以精度不是很高,终点定位精度误差差不多0.5cm左右,画圆在两个斜率无穷大区误差较大需要修正。 一开始我用的是L297+L298驱动,感觉脉冲相位控制比较麻烦,后来想到avr相对51的速度,用B口模拟脉冲,L293驱动。电机我用的是两个42BYG四相八拍六线步进电机,资料很好找。 这个试验做起来可能有点麻烦,比赛的时候需要特定的板子,就象附件E题里所示,注意电机转动的时候
TMS320C2812-CAN
- TI DSP2812 can总线程序,可以用这个程序设计can总线收发数据,已经在自己的开发板上测试过,运行良好-TI DSP2812 the can main line procedure, may use this programming can main line receiving and dispatching data, has already tested on own development board, the movement is good
LM3S_BOOTLOADER程序
- LM3S_BOOTLOADER程序,适用于LM3S系列的底层程序,利于以后程序的升级。。。,LM3S_BOOTLOADER procedures applied to the bottom line LM3S procedures, escalation procedures conducive to the future. . .
S3C2440_CN_PDF.rar
- 整理好的最全的S3C2440中文资料,包含18章节。如下:第1章 产品概述 第2章 处理器工作模式 第5章 内存控制器 第6章 Nand Flash控制器 第7章 时钟与电源管理 第8章 直接存储器存取 第10章 PWM及定时器 第11章 UART 第14章 中断控制器 第16章 ADC和触摸屏接口 第17章 实时时钟 第18章 看门狗定时器 第19章 MMC/SD/SDIO控制器 第20章 IIC总线接口 第21章 IIS总线接口 第22章 SPI(串行外围设备接
lcd12864(dg128).rar
- 飞思卡尔dg128的液晶显示程序,适合st7920的所有液晶,含画线,画圆,freescale dg128 for lcd,adjust for st7920,including draw line and draw circle
jflash.rar
- jflash烧写工具(270)用vc编译只需要一根jflash线利用此软件就可对flash进行擦写,jflash Shaoxie Tools (270) with vc compiler requires only a jflash line use this software to be flash to erase
stm32-1602
- stm32 1602自己写的驱动 并且加入了矩阵键盘 线反转法的 很清晰详细 有debug模式 systick精确延时 文件清晰 请大家玩玩哈哈 -stm32 1602 and joined the drive to write their own keyboard line matrix inversion method is very clear and detailed with precision delay file debug mode systick clear please pl
rcs9000
- 微机线路保护源代码,包括系统的各项底层驱动程序,以太网103规约,保护逻辑等。-Microprocessor line protection source code, including the system of the underlying drivers, Ethernet 103 protocol, protection logic.
PCF8952_msp430
- 使用msp430G2231单片机读取PCF8952读取i2c线上的AD转换信号,USI接口直接读,不需要自己重新读取,非常好-Use msp430G2231 microcontroller reads the PCF8951 i2c read signal line AD converter, USI interface directly read, do not need to re-read, very good
armc.rar
- C 语言嵌入式系统编程*之一:背景篇 不同于一般形式的软件编程,嵌入式系统编程建立在特定的硬件平台上,势必要求 其编程语言具备较强的硬件直接操作能力。无疑,汇编语言具备这样的特质。但是,归 因于汇编语言开发过程的复杂性,它并不是嵌入式系统开发的一般选择。而与之相比, C 语言--一种"高级的低级"语言,则成为嵌入式系统开发的最佳选择。笔者在嵌入式系 统项目的开发过程中,一次又一次感受到C 语言的精妙,沉,C language programming of embedded syste
STM32 cortex_M3 内核arm 控制T6963c的LCD
- STM32 cortex_M3 内核arm 控制T6963c的LCD(240*64) 关于控制线部分,在源码中已注解,其它问题,请联系本人:liupin820819@163.com,STM32 cortex_m3 arm to control T6963c LCD (240*64).the control line configuration is defined in the source code . any other questions ,refer to :liupin820819@1
[TPE06]-Load-Line-Regulation-With-Estimated-Load-
- load line regulation in DC DC converter for microprocessors
car-find-line
- 小车避障的哦,有兴趣的同学可以下载看下哦-car find line
line-functional-512
- Freescale two camera line follower.