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

搜索资源列表

  1. UCOS_GPS.rar

    0下载:
  2. 我的stm32上GPS程序,串口部分是非库函数,有需要的可以参考下,个人觉得不错,I stm32 on the GPS program, serial part of the non-library functions, there is a need that can refer to the following individuals feel good
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:514315
    • 提供者:yangxifang
  1. schematics.rar

    0下载:
  2. STM32电路图,有原理图和PCB,稍微处理即可直接去制作。,STM32 circuit, there is schematic and PCB, you can go straight to making a little deal.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1134024
    • 提供者:张智勇
  1. STM32_MP3

    0下载:
  2. STM32制作的MP3的全部资料,是某大学的一个学生的毕设,很佩服-MP3 STM32 all the information produced, is a university student' s complete set, very impressed
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4738156
    • 提供者:黑子
  1. STM32-IO-I2-C-SHT11

    3下载:
  2. 完整的I2C温湿度传感器sht11、sht75读写程序,可单独放在程序中运行,分时操作,结果从函数中获取-Complete I2C temperature and humidity sensors sht11, sht75 literacy program, the program can be run on a separate, time-sharing operation, the results obtained from the function
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-07-15
    • 文件大小:6573
    • 提供者:shizhen
  1. stm32

    1下载:
  2. 在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补: 1、查询方式,在连续读数据的过程中不能中断 2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1. 3、中断方式也不能有更高优先级中断I2C,否则同1. 鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正) 附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the off
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:39379
    • 提供者:yongge
  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

    0下载:
  2. STM32的一些实例程序,能够很好的移植-STM32 some examples of programs can be a good transplant
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3300208
    • 提供者:赵一清
  1. STM32-Project

    0下载:
  2. 一个小的UCOS操作系统,你只需要加入自己的任务,就可以跑起来-A small operating system UCOS
  3. 所属分类:uCOS

    • 发布日期:2017-04-04
    • 文件大小:424393
    • 提供者:邹生
  1. STM32-IWGD

    0下载:
  2. 使用STM32库编写的定时器中断程序,程序已经在开发板上验证可行性。This is the code which had been test on a boad-This is the code which had been test on a boad
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:937
    • 提供者:suqingxiao
  1. FreeRTOSForSTM32

    1下载:
  2. STM32 FreeRTOS v5.2移植源代码,包括一个LED任务,驱动4个LED轮次闪烁,本源代码适合Keil MDK 3.4/3.5/uv4工具,适合STM三合一开发板-Transplantation STM32 FreeRTOS v5.2 source code, including a LED task, drive round four LED flash source code for Keil MDK 3.4/3.5/uv4 tool, suitable for three-in
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1418617
    • 提供者:王刚
  1. STM32AES

    3下载:
  2. 移植 AES 加密算法到STM32,很实用的算法程序,利用固定ID标识来加密非常好.-Transplantation AES encryption algorithm to STM32, very practical algorithm procedure, and use a fixed identity to encrypt a very good ID.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-11-07
    • 文件大小:5120
    • 提供者:刘仁长
  1. calendar

    1下载:
  2. 这是一个ucGUI的万年历程序,可以在ucGUI3.90以上版本运行,界面类似于windows的日历。可以设置与保存时间,调用方法很简单,具体看MainTask里的调用。直接把例子放到工程中就可以运行了。已经在stm32平台测试通过。-This is a ucGUI' s calendar program, you can run the ucGUI3.90 above, the interface is similar to windows calendar. You can set a
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2016-06-07
    • 文件大小:5254
    • 提供者:asion
  1. FreeRTOSUCGUI

    1下载:
  2. FreeRTOS操作系统上移植uc/GUI运行。实现字符串显示,图片显示等API函数。硬件平台是STM32的红牛开发板。-FreeRTOS operating system migration uc/GUI to run. To achieve a string display, picture display, etc. API. Hardware platform is a Red Bull STM32 development board.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-06-05
    • 文件大小:8467461
    • 提供者:汪汪
  1. STM32_USART1

    0下载:
  2. stm32 库文件:3.10 本程序是使用UART1接收中断,收到数据后直接把原数据从USART1发回去 一开机时,会发送 "Starting....."到USART1-stm32 Library: 3.10 This procedure is to use UART1 receive interrupt, received data directly to the original data sent back from USART1 A start,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-22
    • 文件大小:320119
    • 提供者:徐凤棋
  1. PWM_Beep

    0下载:
  2. STM32蜂鸣器实验,用PWM驱动蜂鸣器奏乐-STM32 buzzer experiment, play music with a PWM driving buzzer
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-04-10
    • 文件大小:1450156
    • 提供者:林子
  1. stmPWM

    0下载:
  2. STM32的PWM输出的例程,设计时候可以作为参考-STM32 of the PWM output routines can be designed as a reference when
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-27
    • 文件大小:290952
    • 提供者:望风
  1. Camera

    0下载:
  2. 基于STM32平台的一个摄像头采集程序。将OV7660采集的图像实时在LCD屏上显示-STM32 platform based on a camera capture program. The OV7660 image capture real-time display in the LCD screen
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:327291
    • 提供者:马龙
  1. usbhidio_vc6

    1下载:
  2. 真正完整,并且编译得通的代码。用vc访问hid型usb设备,输入自己的VID和PID就能实现对hid型usb设备的读写和控制 它包含单片机固件源代码和PC端的VC源代码;虽然PUDN上有其他会员提供类似的vc代码,但我发现那些代码都存在bug,只有我这个代码是唯一完整的、可以编译通过的代码。-Truly complete, and compile a pass code. Hid type with vc visit usb device, enter their own VID and PID
  3. 所属分类:USB develop

    • 发布日期:2017-03-27
    • 文件大小:187192
    • 提供者:dujun
  1. uCOS-III

    0下载:
  2. uCOS-III 内核源代码,这是别人从官网上买的,如果有人发现不对或少文件,请尽快告知我,我可以找uCOS申诉,希望广大网友尽快试用,将结果反馈给我。 包内有Micrium-uCOS-III-UserManual英文的,希望有心之士尽快翻译。并uCOSIII+uCGUI的Keil for STM32 and S3C2440工程模板尽快出炉,我先举手要一份。 拜托诸位了!-uCOS-III kernel source code, which is the official websi
  3. 所属分类:uCOS

    • 发布日期:2017-05-23
    • 文件大小:7241362
    • 提供者:lilin
  1. DSP_FFT

    0下载:
  2. 基于stm32 DSP库的1024个点的FFT运算,对st公司的源程序进行了改进。仅需修改少量定义就能换成256点或64点的运算-Stm32 DSP-based library of 1024 point FFT operation, the company' s source of st has been improved. Can only modify the definition of a small amount of 256 points or 64 points into c
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:479634
    • 提供者:谢哲明
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com