搜索资源列表
论程序的调试技巧
- 调试中出现的问题,你该怎么办?一些心得教你怎么样发现问题,解决问题,看看为好-Debugging the problem, how do you do that? Some experiences to teach you how kind identify problems and solve problems, look to the good
s3c2410_IIC
- arm单片机S3C2410,IIC总线的例子源代码。测试过了可以用,没问题。-arm SCM S3C2410, IIC Bus example source code. After testing can be used, no problem.
FM1702_lpc213x
- FM1702NL,FM1702SL(复旦微电子的M1射频卡读卡芯片,替换PHILIPS的MFRC500/530等)问题的解决办法,以及基于LPC213X系列ARM的SPI接口程序和时序图。 可以用于LPC2131,LPC2132,LPC2134,LPC2136,LPC2138等,也可以用在LPC2141,LPC2142,LPC2144,LPC2146,LPC2148上面。内部有详细说明。-FM1702NL, FM1702SL (M1 Fudan Microelectronics RF chi
S1D13305lcd320240
- 这是我做的针对S1D13305的驱动源码,我集成了ASCII码字库和一级简码汉字库,可以显示任意常用汉字和英文字符,另外还有基本的画线、圆、多边形以及填充等功能!但是由于画图时是边计算边显示,所以显示效果会有抖动,只需通过缓冲区作为中转站就可以解决问题,这个问题就让给使用者解决了! 如有问题可以发email给我,xianyun.wang@gmail.com-This is what I do against the S1D13305 driver source code, I integra
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
SPI8051
- SPI 8051 自己写的,有什么问题请大家多多指教啊-SPI 8051 wrote it myself, What is the problem please exhibitions ah
virtualserialport
- 仿真软件proteus的虚拟串口插件,有了它你就可以做串行通信的仿真啦,快下载哦!-simulation software proteus virtual serial plug-ins, it made you can do the simulation of serial communication problem, faster download!
arminstr
- 下载了 ARM 汇编编程网站的离线文档,此文档基于一个余从未见过的操作系统 RISC OS,但基本的东西如指令集是跨越厂商和平台的,汇编格式等差异应当不是大问题。余从中选译了指令集部分,没有选取依赖于特定硬件和工具的内容,并附加了余翻译的另一篇短文“ARM 指令格式和时序”。余对明显的错误进行了订正,并对部分内容做了一些必要的修改,好在改动的地方不是很多。余乃一介草莽,难免疏失错讹,祈望仁者指正。-downloaded compilation ARM website offline progra
LC698S
- 这个是该开发项目所使用的CPU,有什么问题或开发方面的问题,请与我联系!我们共同探讨关于嵌入式的开发.-This is the development project by the use of the CPU, or what is the problem with the development of the issue, please contact me! Discussion on our common embedded development.
HHARM2410-kernel
- 华恒的2410核心板原理图,用户只要按照图上的话,肯定没有问题-huaheng core of the 2410 board schematics, as long as users of the Plan, will have no problem
uip开发网络主动发送数据
- 很多人会使用UIP开发网络,但是uip开发网络主动发送数据存在问题,lwip很好的解决了主动发送的问题,现将lwip开发使用的接口中文资料上传,方便客户开发-Many people will use the UIP development network, but uip send unsolicited data and development of network problems, lwip good solution to the problem of unsolicited, now
RK27SDK_0722.瑞星微公司RK27XX系列芯片的SDK开发包
- 瑞星微公司RK27XX系列芯片的SDK开发包,源码齐备,ADS1.20编译,在RK2706开发板上面验证过,跑起来就是一个功能完备的PMP。,Rising Micro-chip companies RK27XX Series SDK development kit, source code available, ADS1.20 compiler, in the development board RK2706 verified above, running is a full-featured
基于ARM2103能够驱动1602A液晶的驱动
- 基于ARM2103能够驱动1602A液晶的驱动,绝对没有问题请大家放心下载。-ARM2103-based LCD driver capable of driving 1602A, please rest assured that absolutely no problem downloading.
55
- 基于STR711的PRCCU程序,在硬件上运行过,可用,没问题-STR711 based on the PRCCU procedures, the hardware running, and available, no problem
serial
- S3C44B0x上面的N皇后问题程序,使用串口(UART0)作为输入和输出。-S3C44B0X above N Queen s problem, the use of serial port (UART0) as input and output.
WebServer.213x.4x
- LPC 213X/214X 实现WEBSERVER 的源代码,亲自测试过没有问题,如果和Microchip的enc28j60网络芯片结合使用,需要注意对MIC芯片的检查,我发现MIC的这款网络芯片稳定性欠佳,需要读取链路状态和“发送状态”寄存器位,虽然我也不明白为什么是“发送”,但是无论发送还是接受溢出导致的28j60死掉,都可以通过这个标志为发现,测试后确实管用!-LPC 213X/214X the source code to achieve WEBSERVER personally tes
enc28j60
- microchip的enc28j60芯片中文资料,翻译的没什么问题,尤其是寄存器说明很详细。-microchip chip enc28j60 the Chinese data, translation of no problem, especially the very detailed register descr iption.
HBM4nl_M
- Harmonic Balance Method to solve the rotor dynamics problem-Harmonic Balance Method is a good example to solve rotor dynamics problem
Lexicographic_order
- acm算法设计:排列的字典序问题 描述: n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 字典序值:0 1 2 3 4 5 排列:123 132 213 231 312 321 任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。 输入: 第1 行是元素个数
lpc2103UART
- lpc2103做的串行口实验,Keil编译的程序,经过实物测试,没有问题,波特率为9600,无奇偶校验位,1位停止位-The serial port lpc2103 experiment, Keil compiler procedure, after the physical test, there is no problem, for 9600 baud, no parity bit, 1 stop bit