登录

最新会员 最新下载

成为了本站VIP会员

今天14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:C++
  2. 代码类别:微处理器开发
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. STM32F103VCT-PLC

  基于STM32F103VCT6的兼容三菱软件PLC(Mitsubishi-compatible software-based PLC STM32F103VCT6)

594
下载
95
浏览
2011-02-13发布

2. how-to-select-ARM-chip

  ARM公司以及ARM芯片的现状和发展,从应用的角度介绍了ARM芯片的选择方法,并介绍了具有多芯核结构的ARM芯片。列举了目前的主要ARM芯片供应商,其产品以及应用领域。举例说明了几种嵌入式产品最佳ARM芯片选择方案。(ARM ARM chip companies and the current situation and development, from the application point of view on the ARM chip selection method, and describes the structure of multi-core ARM core chip. Lists the current main ARM chip suppliers, their products and applications. Several examples of the best ARM chip embedded options.)

3
下载
145
浏览
2011-01-26发布

3. Timer

  timer code for arm 2138

4
下载
56
浏览
2011-01-23发布

4. LT-ARM214X-WEBwangyeshiyan

  力天电子中LT-ARM214X学习板的WEB网页试验的配套源程序。(Power-day e-learning in the LT-ARM214X test board supporting source WEB pages.)

15
下载
82
浏览
2010-12-31发布

5. TIM

  在万利199元开发板实现了STM32的定时中断功能,1秒钟产生一次中断,并且控制led在中断时闪烁。(199 yuan in Wanli STM32 development board implements the timer interrupt function, a second generating an interrupt, and interrupt control led flashes.)

16
下载
64
浏览
2010-12-16发布

6. DM9161A

  DMA9061A基于LPC2300的源代码(dma9061a with lpc2300 s source code)

11
下载
139
浏览
2010-11-22发布

7. xindian.rar

  捕获到人体心电信号后,用STM32编程显示波形程序(After capturing the human ECG, waveform display program with STM32 programming)

139
下载
129
浏览
2010-11-20发布

8. ARM7

  基于三星ARM7程序开发,最经典的程序设计.由BOOT程序导入工作程序.(Samsung ARM7-based program development, the most classic programming. By the BOOT program to import procedures.)

6
下载
100
浏览
2010-09-25发布

9. ADC_TIM1

  STM32F10X ADC定时器出发方式,STM32例程包之一(STM32F10X ADC start the timer mode, STM32 routine one package)

113
下载
55
浏览
2010-09-24发布

10. MB784.pdf

  STM3210C rev b. board schematic

4
下载
54
浏览
2010-09-21发布

11. ATT7022

  ATT7022资料 程序 初始化和芯片资料 spi读写程序 矫表程序(ATT7022 information program initialization and chip information literacy program correction table procedures spi)

458
下载
71
浏览
2010-09-18发布

12. 21

说明:  LD阵列侧面泵浦棒状激光介质内的光场研究,作者:QQ 64134703 ,电子毕业设计,欢迎咨询(LD array side-pumped rod laser medium within the light field study, the authors: QQ 64134703, e-graduate design, please consult)

1
下载
114
浏览
2010-09-05发布

13. fft

  FFT变换 C51 C语言,绝对正确, 效率高,已验证,欢迎下载(FFT, C51 C language, is absolutely correct, high efficiency, has been verified, please download)

137
下载
60
浏览
2010-09-03发布

14. 060Idss

  芝测设备WL22上编写的测试微波芯片的060IDSS测试程序。(Chicago measurement equipment WL22 to write the test microwave chip 060IDSS testing procedures.)

3
下载
83
浏览
2010-08-27发布

15. MPC565init

  功能强大的MPC565初始化程序,很有用的……(MPC565 Initial Code)

3
下载
72
浏览
2010-08-20发布

16. STM32_NandFlash_Disk

  STM32做的NAND FLASH U盘程序,包括NAND FLASH坏块管理(STM32 do NAND FLASH U disk procedures, including bad block management NAND FLASH)

325
下载
62
浏览
2010-08-18发布

17. STM32_MP3_Full

  采用VS1003方案的STM32 MP3播放器完美版,包含FAT文件系统、TFT液晶操作、图片文本解码等(Program using VS1003 perfect version STM32 MP3 players, including FAT file system, TFT LCD operation, picture text decoding)

181
下载
75
浏览
2010-08-18发布

18. CRCendat2.2

  海德汉ENDAT2.2协议,CRC校验C代码,调试通过,绝对可用(CRC FOR endat2.2)

95
下载
158
浏览
2010-08-11发布

19. 本文件实现串口送功能 STM32F-DMA

  * 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停止 串口依然发送,表明DMA传输是一个独立的过程。 同时开启接收中断,在串口中断中将数据存入缓冲区,在main主循环中处理([NO ENGLISH])

164
下载
67
浏览
2010-08-06发布

20. cszj_51

  /超声波测距系统,2008.5.5// 89s51,数显,99CM-5CM,声光报警,继电器欠压保护,继电器5CM继电器控制电机断电 工作电压12v输入,3路数码管显示距离 (/ Ultrasonic ranging system, 2008.5.5// 89s51, digital display, 99CM-5CM, sound and light alarm, undervoltage protection relay, relay 5CM relay control voltage 12v motor power input, 3-way digital display distance)

6
下载
74
浏览
2010-08-03发布