CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - stm32下

搜索资源列表

  1. STM32下GPIO方式驱动T6963液晶

    2下载:
  2. STM32F103VET6 GPIO方式驱动T6963液晶
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. STM32-SPI.rar

    2下载:
  2. 本例展示了如何实现2个SPI之间的在全双工(full-duplex)模式下通信,通过NSS软件管理,实现了由主向从,接着又从向主发送数据。 在本例程中,设置SPI1和SPI2为8bit数据帧,9Mbit/s传输速率。 在第一阶段,由主SPI1把SPI1_Buffer_Tx发送到SPI2,由从SPI2把SPI2_Buffer_Tx发送到SPI1。传输完成后,通过比较判断传输是否正确。 由于NSS管脚由软件管理,因此,可以在不改变硬件配置的情况下使SPI1由主变从,而SPI2由从变主。
  3. 所属分类:SCM

    • 发布日期:2016-11-03
    • 文件大小:158652
    • 提供者:chen
  1. Red-Bull-stm32POV7660

    0下载:
  2. 红牛stm32下的LCD3.2+ov7670驱动-Red Bull stm32 driving under the LCD3.2+ ov7670
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1585260
    • 提供者:梁创英
  1. stm32-IARUIP1.0

    0下载:
  2. IVR环境下STM32中移植UIP1.0代码-IVR environment STM32 code ported UIP1.0
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:707415
    • 提供者:柴超
  1. SD_CARD_FAT

    0下载:
  2. STM32下SD卡文件系统读写程序,如何初始化SD卡及读写、擦除SD卡-SD card file system program of STM32,how to initialize ,write ,read,erase SD card
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1300666
    • 提供者:施立成
  1. usb_232

    1下载:
  2. STM32下做的usb转RS232程序,有兴趣的同志可以参考下,开发板为MCBSTM32-STM32 done under the usb to RS232 procedures comrades are interested can refer to, the development board for MCBSTM32
  3. 所属分类:SCM

    • 发布日期:2014-10-06
    • 文件大小:196970
    • 提供者:wang ping
  1. STM32_wireless

    0下载:
  2. stm32下无线模块NRF2401接收程序 STM32_wireless.c STM32_wireless.h-stm32 reception of wireless module NRF2401 procedures STM32_wireless.c STM32_wireless.h
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:4399
    • 提供者:王云飞
  1. VS1003BfoSTM32

    0下载:
  2. 基于STM32下的VS1003B芯片的,音频输出代码。可以播放MP3.-Based on the STM32 chip under the VS1003B, audio output code. Can play MP3.
  3. 所属分类:SCM

    • 发布日期:2017-05-24
    • 文件大小:8395776
    • 提供者:sine
  1. STM32--RTOS

    0下载:
  2. STM32单片机下嵌入实时操作系统 详细测试-STM32 MCU embedded real time operating system under the detailed testing
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2505923
    • 提供者:王纲
  1. isd1760_driver

    0下载:
  2. 基于STM32下的ISD1760语音芯片驱动程序-STM32 based ISD1760 voice chip under the driver
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1275372
    • 提供者:alan
  1. TFT-9325(2)

    0下载:
  2. STM32下ili9320应用源代码,开发环境为iarv4.42-STM32 application under the ili9320 source code, development environment for iarv4.42
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:232450
    • 提供者:
  1. USART

    0下载:
  2. STM32 下的USART使用例程,开发环境为IAR4.42 -STM32 USART under the routine use of the development environment for IAR4.42
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:187263
    • 提供者:
  1. sht10-stm32

    1下载:
  2. 温湿度传感器SHT10在STM32下的驱动,已调试通过。-Temperature and humidity sensor SHT10 driving under the STM32 debug through.
  3. 所属分类:SCM

    • 发布日期:2016-05-03
    • 文件大小:2048
    • 提供者:yijingkun
  1. STM32-key

    0下载:
  2. 基于STM32下的矩阵键盘按键扫描程序,还有移植好了的uCOSII系统-STM32 ucosii key
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:7171072
    • 提供者:刘某
  1. STM32-SPI1-SPI2

    1下载:
  2. 基于STM32下的SP1与SP2的源码,包含所有库文件,可在MDK下运行-Based on the STM32 under SP1 and SP2 source
  3. 所属分类:SCM

    • 发布日期:2014-04-06
    • 文件大小:838656
    • 提供者:***
  1. scheduler-In-STM32

    0下载:
  2. STM32下用定时器实现调度器,参考的时间触发嵌入式系统设计模式-Under STM32 timer used scheduler, refer to the time-triggered embedded system design
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2488131
    • 提供者:C
  1. ucos-STM32-Modbus

    0下载:
  2. STM32下的Ucos系统,并嵌入了MODBUS协议,方便大家使用。-STM32 under Ucos system and embedded MODBUS protocol to facilitate the use.
  3. 所属分类:SCM

    • 发布日期:2017-05-23
    • 文件大小:7231873
    • 提供者:吴宗静
  1. STM32-GD25Q32B

    0下载:
  2. STM32下使用SPI接口驱动GD25Q32flash的代码,代码采用模块化编程,清晰明了。-STM32 using the SPI interface to drive GD25Q32flash code, the code using modular programming, clear.
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:13229
    • 提供者:libang
  1. STM32_LCD1602_MDK3.8

    0下载:
  2. stm32下的LCD应用程序或LCD开发示例(LCD application or LCD development sample under stm32)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:418816
    • 提供者:paultoday
  1. AD9834

    1下载:
  2. 在stm32下的AD9834驱动,功能完好可用(The AD9834 driver under STM32 is fully functional and available)
  3. 所属分类:单片机开发

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