搜索资源列表
STM32CAN总线通信例程
- 基于STM32处理器的CAN总线通信
stm usb mac
- 用stm32f103中的usb功能模块实现与pc机通信,模拟一个u盘。
STM32-CAN
- 基于STM32 处理器的CAN总线通信协议源代码-Based on the STM32 processor CAN bus communication protocol source code
Armfly-STM32-SCH-SoftDemo
- 非常不错的一款STM32开发板资料。 含原理图、用户手册、各类例程:USB虚拟串口、TFT显示例程、U盘例程、TCP通信、uCOS例程、MP3解码、步进电机例程等。有KEIL和IAR两套例程。 -A very good STM32 development board. Including schematics, user manual, all kinds of routines: USB virtual serial ports, TFT display routines, U d
103C8CAN
- 基于 STM32 CAN总线通信 程序例程-STM32 CAN bus communication based on routine
STM32_nRF24L01
- 本程序是基于STM32F103RBT6单片机nRF24L01无线通信程序,希望对大家有用。-This procedure is based on nRF24L01 wireless communication STM32F103RBT6 microcontroller program, the hope that useful.
CAN
- STM32的CAN总线通信例子程序,完整工程全部打包,绝对可用,是开发32位ARM处理器CAN通信的重要参考。-STM32 CAN-bus communication example program, complete all projects package, absolutely free, is to develop 32-bit ARM processor, an important reference for CAN communication.
V220111118
- STM32 SPI口控制24L01通信代码,分为接收和发送两个部分,半双工通信-STM32 SPI communication port control 24L01 code, send and receive into two parts, half-duplex communication
CAN(LoopBack)
- STM32处理器上的CAN总线通信代码(回环模式)-STM32 CAN bus communication on the processor code (loop mode)
I2C_EEPROM_OK
- 基于STM32平台,自创的原代码,I2C与EEPROM通信,很好用-Based on the STM32 platform, create their own source code, I2C communication with the EEPROM, very good use
CAN(Normal)
- STM32处理器上的CAN总线通信(正常模式)-STM32 processors CAN bus communication (normal mode)
I2C
- STM32的I2C总线通信例子程序,完整工程全部打包,绝对可用,是开发32位ARM处理器I2C通信的重要参考。-I2C-bus communication STM32 example program, complete all projects package, absolutely free, is to develop 32-bit ARM processor, an important reference for I2C communication.
STM32F103xx_I2S
- 这个应用批注描述如何使用高密度STM32F103xx I2S特点使用一台外在编译码器演奏音频文件。 I2S协议是用途广泛从microcontroller/DSP转移音频数据到音频编译码器为了演奏曲调(存放在记忆)或,夺取模式声音(从话筒)。 高密度STM32F103xx使用SPI外围设备提供I2S音频通信和贯彻具体功能为这个通信方式。 -This application describes how to use the annotation of high-density ch
USART
- 实现芯片STM32与电脑之间的串口数据通信-STM32 chip and computer realization of serial data communication between
24L01
- 里面包含24LO1无线通信模块 单片机驱动程序 STM32用 C语言版-Wireless communication module which contains 24LO1 driver STM32 microcontroller using C language version
ALIENTEK-MINISTM32-3
- ALIENTEK MINI STM32 串口通信程序-ALIENTEK MINI STM32 serial communication program
网络通信 V0.1
- 利用stm32 和W5500实现tcp服务器的代码(Using STM32 and W5500 to implement the code of TCP server)
STM32CAN通信应用程序资料(new)
- 这是我开发CAN通信时候,应用的程序。通过这些程序的应用,可以完成STM32 CAN通信的开发。(This is the application of the application when I developed CAN communication. Through the application of these programs, the development of STM32 CAN communication can be completed.)
STM32 HID
- STM32 USB通信,可被电脑识别为HID输入设备,最大64字节收发(STM32 USB communication, can be recognized by computer as HID input device, maximum 64 bytes receive and receive)
STM32+W5500串口
- 本例程使用STM32为控制器,w5500用于链接网络设备。移植串口1进行数据打印,定时器4进行准确定时。