CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - STM32大

搜索资源列表

  1. STM32F10xxx-CAN-example.rar

    1下载:
  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-ColdFire-MIPS

    • 发布日期:2017-03-26
    • 文件大小:361954
    • 提供者: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 device peripherals, for High-, Mediu
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-10-16
    • 文件大小:12509201
    • 提供者:fency
  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. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1060129
    • 提供者:李燚喆
  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-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:2484
    • 提供者:haibin
  1. STM32F103xCDE_Datasheet_En

    0下载:
  2. STM32F103xCDE,大容量STM32处理器的编程手册,英文版。-STM32F103xCDE, large capacity STM32 processor programming manual, in English.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-01
    • 文件大小:843756
    • 提供者:孙向阳
  1. STM32F10xxx-ADC-example

    1下载:
  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-ColdFire-MIPS

    • 发布日期:2016-11-22
    • 文件大小:454024
    • 提供者: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 value
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:672735
    • 提供者:yiqi
  1. STM32_Reader

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

    • 发布日期:2017-03-28
    • 文件大小:309537
    • 提供者:zhangdong
  1. stm322rm

    0下载:
  2. DX STM32开发板上的入门篇,程序代码,有STM32F103各个外设的使用实例,对于初学STM32的大有帮组。-DX STM32 development board, entry papers, code, there are various peripheral STM32F103 use examples of great help for beginners STM32 group.
  3. 所属分类:SCM

    • 发布日期:2017-06-09
    • 文件大小:16544757
    • 提供者:施玉
  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 helpful to beginners
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-03
    • 文件大小:1326027
    • 提供者:李云
  1. stm32_adc

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

    • 发布日期:2017-03-22
    • 文件大小:3925
    • 提供者:韩武纪
  1. usbMASStorgeLM3S374

    0下载:
  2. USB Mass Storage 学习笔记-STM32+FLASH实现U盘 以及usb MASS Storge LM3S3748的评估及开发过程之感触 虽不是原创,但是启发很大,发上来大家-USB Mass Storage Study Notes-STM32+ FLASH realize U disc and usb MASS Storge LM3S3748 evaluation and development process of feeling, while not original,
  3. 所属分类:Project Design

    • 发布日期:2017-03-26
    • 文件大小:135949
    • 提供者:
  1. 5780bcf5-da04-4cf6-b388-1f3d01c4896c

    0下载:
  2. STM32框架,USING 3.X库 准备以后产品换STM32,写了个例程,网上的都是零碎的,这个例程可以直接用,不喜欢官方的结构,改了一下.内容有GPIO SYSTIC EXIT ADC USART FLASH EEPROM(FLASH模拟).存下以后自已也能用.固件库有点大就不一起上传了.使用MDK4 -STM32 framework, USING 3.X library prepared after the product for STM32, wrote a routine, the
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:370876
    • 提供者:顾平
  1. DIYPhone

    0下载:
  2. 当今手机已成为日常生活中不可或缺的必须品,好像是人身体的一部分。本设计主要是为了了解和学习手机的工作的基本原理,主要利用stm32微处理器控制GPRS/GSM模块来实现手机的最基本功能,在此基础上再增加蓝牙模块,液晶模块等。对我们学习嵌入式设计有很大的帮助。-Today mobile phones have become an indispensable daily necessities, as if one part of the body. This design was to under
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:306846
    • 提供者:wdc
  1. dx_pda

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

    • 发布日期:2017-04-03
    • 文件大小:958525
    • 提供者:feng
  1. STM32入门篇之通用定时器彻底研究

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

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

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

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

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

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

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

    • 发布日期:2019-03-14
    • 文件大小:21258240
    • 提供者:太不像我
  1. STM32 HID

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

    • 发布日期:2019-10-14
    • 文件大小:5739520
    • 提供者:anan777
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com