搜索资源列表

  1. USB_OTG

    0下载:
  2. USB OTG技术介绍,对不懂OTG的开发人员有很大帮助-USB OTG Technology of OTG developers do not know of much help
  3. 所属分类:USB编程

    • 发布日期:2024-10-28
    • 文件大小:54272
    • 提供者:lixiang
  1. STM32F10xUSBLib

    0下载:
  2. STM32F103 USB例子程序包括大容量存储、USB转串口,具体请查看www.elechome.com-Examples of procedures include STM32F103 USB mass storage, USB to serial, please see the specific www.elechome.com
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-10-28
    • 文件大小:2527232
    • 提供者:黄盈鑫
  1. TCPIP

    0下载:
  2. 自己做的一本《TCP-IP技术大全》,费了很大劲,对学习TCP-IP技术很有用-Of their own to do a
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-10-28
    • 文件大小:17318912
    • 提供者:苗然
  1. arm+ch375

    0下载:
  2. lpc2131中对大家有很大的帮助,我想大家按照此一定能够做好-lpc2131 of everyone has a great help, I think everyone will be able to do a good job in accordance with this
  3. 所属分类:电子书籍

    • 发布日期:2024-10-28
    • 文件大小:125952
    • 提供者:wangwei
  1. RCC

    0下载:
  2. STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何控制电源管理系统。STM32的一个最大特点是低功耗。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to control power management system. STM32 is characterized by one of the greatest
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-10-28
    • 文件大小:12288
    • 提供者:熊刚
  1. STM32F10xxx-ADC-example

    0下载:
  2. 一份stm32处理器上ADC应用编程的实际例子,附送一份详细pdf源代码说明,说明很清楚,参考价值很大-Stm32 a processor ADC practical examples of application programming, included a detailed pdf source code, note it is clear that a great reference value
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-10-28
    • 文件大小:453632
    • 提供者:yiqi
  1. STM32F10xxx-CAN-example

    0下载:
  2. 一份stm32处理器上CAN总线应用编程的实际例子,附送一份详细pdf源代码说明,说明很清楚,参考价值很大-Stm32 processors on a CAN bus application programming practical examples, included a detailed pdf source code, note it is clear that a great reference value
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-10-28
    • 文件大小:361472
    • 提供者:yiqi
  1. STM32F10xxx-TIM1-example

    0下载:
  2. 一份stm32处理器上定时器TIM1应用编程的实际例子,附送一份详细pdf源代码说明,说明很清楚,参考价值很大-Stm32 a processor timer TIM1 practical examples of application programming, free source code for a detailed pdf descr iption it is clear that a great reference valu
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-10-28
    • 文件大小:672768
    • 提供者:yiqi
  1. stm32f10x_stdperiph_lib_v3.0.0

    1下载:
  2. stm32库文件3.0 版。截止09.4.30最新版。内有英文说明,在英文官方下的。中文的没有。相对2.x版本变动较大 stm32f10x_stdperiph_lib_v3.0.0.zip-The STM32F10x Standard Peripheral Library is a complete package, consisting of device drivers for all of the standard devic
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-10-28
    • 文件大小:12509184
    • 提供者:fency
  1. FAQstm32Analysis

    0下载:
  2. stm32常用问题解析 分析了STM32单片机开发中遇到的常见问题,并给出了解决的方法,对初学者有很大的帮助-stm32 commonly used analytical analysis of the issue of single-chip STM32 encountered in the development of common problems and solutions are given to be very helpfu
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-10-28
    • 文件大小:1326080
    • 提供者:李云
  1. stm32_adc

    0下载:
  2. 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-28
    • 文件大小:4096
    • 提供者:韩武纪
  1. STM32_Reader

    1下载:
  2. 基于STM32编写的TXT阅读器,供大家讨论研究。1. 程序是刚刚才写出来的,没有整理,(也很懒,不想整理),只是修改了几个函数,用了FATFS文件系统(这个系统,我也不了解,只是用了它两个函数).2必须在SD卡根目录下有个TEST.TXT文件.(我测试300K的TXT都可以正常使用,但是有极少部分文字显示乱码,不知道是字库的问题,还是我程序的问题)3.程序使用:开机后,按 左键-------录入test.txt文件(文件大的要等好几十
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-10-28
    • 文件大小:309248
    • 提供者:zhangdong
  1. dx_pda

    0下载:
  2. 大虾电子网设计的stm32开发板源代码,比较不错,大家参考-Electronic network designed stm32 prawns development board source code, quite good, we refer to
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-28
    • 文件大小:958464
    • 提供者:feng
  1. STM32-RCC

    0下载:
  2. STM32x系统时钟的详细介绍,对新人理解STM32的时钟系统有着很大帮助。-STM32x detailed descr iption of the system clock, the clock on the new understanding of the system STM32 has a great help.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-10-28
    • 文件大小:1059840
    • 提供者:李燚喆
  1. STM32-AT24C02

    0下载:
  2. STM32-AT24C02,大容量IC卡在STM32上的应用。卡片存储方便管理与应用。-STM32-AT24C02, high-capacity IC card applications on the STM32. Facilitate the management and storage card application.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-10-28
    • 文件大小:2048
    • 提供者:haibin
  1. STM32入门篇之通用定时器彻底研究

    0下载:
  2. stm32的定时器应用,微处理器中,定时器应用非常重要,stm32有很多定时器,要充分了解对于初学者来说难度较大(Timer application for stm32)
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-10-28
    • 文件大小:140288
    • 提供者:刘小鱼_zj
  1. 大彩串口屏驱动程序范例(基于51和STM32)V3.0

    0下载:
  2. 基于51和STM32单片机的基本和标准型参考程序V3.0(Based on 51 and STM32 microcontroller basic and standard reference procedures V3.0)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-10-28
    • 文件大小:4308992
    • 提供者:jackysway
  1. STM32原理图大集合

    0下载:
  2. 包含了所有stm32原理图的压缩包,希望能够为大家提供帮助(A compression package that contains all the STM32 schematic diagrams)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-10-28
    • 文件大小:20428800
    • 提供者:vince0713450
  1. 基于STM32车牌识别系统资料V1.0_Ricky(1)

    2下载:
  2. 本系统以STM32F103RBT单片机为主控,控制OV7670摄像头(带FIFO)进行图像采集,通过模式识别、匹配,最后获得车牌的识别结果。为尽大可能的提高处理速度,STM32单片机进行了16倍频。识别主要过程包括图像采集、二值化分析、识别车牌区域、字符分割、字符匹配五过程。(Circuit design of license plate recognition based on stm32)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-10-28
    • 文件大小:21258240
    • 提供者:太不像我
  1. STM32 HID

    0下载:
  2. STM32 USB通信,可被电脑识别为HID输入设备,最大64字节收发(STM32 USB communication, can be recognized by computer as HID input device, maximum 64 bytes receive and receive)
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-10-28
    • 文件大小:5739520
    • 提供者:anan777
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org