▍1. STM32F103VCT-PLC
基于STM32F103VCT6的兼容三菱软件PLC(Mitsubishi-compatible software-based PLC STM32F103VCT6)
基于STM32F103VCT6的兼容三菱软件PLC(Mitsubishi-compatible software-based PLC STM32F103VCT6)
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.)
力天电子中LT-ARM214X学习板的WEB网页试验的配套源程序。(Power-day e-learning in the LT-ARM214X test board supporting source WEB pages.)
DMA9061A基于LPC2300的源代码(dma9061a with lpc2300 s source code)
捕获到人体心电信号后,用STM32编程显示波形程序(After capturing the human ECG, waveform display program with STM32 programming)
基于三星ARM7程序开发,最经典的程序设计.由BOOT程序导入工作程序.(Samsung ARM7-based program development, the most classic programming. By the BOOT program to import procedures.)
STM32F10X ADC定时器出发方式,STM32例程包之一(STM32F10X ADC start the timer mode, STM32 routine one package)
ATT7022资料 程序 初始化和芯片资料 spi读写程序 矫表程序(ATT7022 information program initialization and chip information literacy program correction table procedures spi)
芝测设备WL22上编写的测试微波芯片的060IDSS测试程序。(Chicago measurement equipment WL22 to write the test microwave chip 060IDSS testing procedures.)
STM32做的NAND FLASH U盘程序,包括NAND FLASH坏块管理(STM32 do NAND FLASH U disk procedures, including bad block management NAND FLASH)
采用VS1003方案的STM32 MP3播放器完美版,包含FAT文件系统、TFT液晶操作、图片文本解码等(Program using VS1003 perfect version STM32 MP3 players, including FAT file system, TFT LCD operation, picture text decoding)
海德汉ENDAT2.2协议,CRC校验C代码,调试通过,绝对可用(CRC FOR endat2.2)
* 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData() * 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输 每当USART的发送缓冲区空时,USART模块产生一个DMA事件, 此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART 整个过程无需用户程序干预,用户只需启动DMA传输传输即可 在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停止 串口依然发送,表明DMA传输是一个独立的过程。 同时开启接收中断,在串口中断中将数据存入缓冲区,在main主循环中处理([NO ENGLISH])
/超声波测距系统,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)