搜索资源列表
Custom_HID.rar
- STM32F103单片机的USB无驱程序开发的源代码,有了这个源代码轻松实现基于HID-USB协议的应用。,USB MCU STM32F103 hassel development of source code, source code with this easy to achieve an agreement based on the HID-USB applications.
STM32-USB
- STM32F103系列芯片都自带了USB,不过STM32F103的USB都只能用来做设备,而不能用作主机。既便如此,对于一般应用来说已经足够了。本节,我们将向大家介绍如何在 MiniSTM32开发板上虚拟一个USB鼠标。-STM32F103 usb
USBlibrary
- STM32F103单片机的USB底层通讯驱动库,无论哪个型号,只要将USB-CS引脚的设置正确,就可以操作。-USB MCU STM32F103 underlying database-driven communications, no matter which model, as long as the USB-CS pin will be set up correctly, it can operate.
USB
- stm32f103的范例程序,教你使用usb -stm32f103 example program to teach you to use usb
USB-on-the-goy
- 非常有用的STM32F103单片机详细资料,很适合初学者使用-The details of very useful STM32F103 microcontroller, it is suitable for beginners
stm32f103USB
- STM32F103的USB完整协议,实现了鼠标,按键控制-The STM32F103 USB full agreement, the mouse control button
template-project---scmRTOS-P-USB
- Template for create devices on STM32f103 chips, and used scmRTOS + USB CDC lib
usb_desc
- stm32f103 usb配置文件,HID自定义设备-stm32f103 usb configuration file, HID custom equipment
STM32_usb_to_usart
- 本程序基于STM32F103的USB转串口通信程序,STM32作为从设备和PC机进行通信-The program is based STM32F103 USB to serial communication program, STM32 as communications from the device and the PC
USB-Mass_Storage-MCU-Flash
- 基于STM32F103系列芯片的USB虚拟U盘例程,亲测可用,开发平台是MDK-ARM-STM32F103 series chips based on the virtual U disk USB routines, pro-test available, MDK-ARM development platform is
USB
- 这是STM32F103开发板上的TFTLCD实验的学习资料,对于初学者用点用-This is the TFTLCD STM32F103 development board experimental study materials, for beginners to use with
usb-com-smt32
- stm32f103c8t6 usb 转com 源代码和驱动。原始程序是103vct 移植后适用与103c8t6-stm32f103 usb to com source and driver
stm32-usb-mouse
- stm32f103 usb模块作为设备端,模拟成鼠标,可以实现模拟成鼠标移动以及点击功能-stm32f103 usb module as a terminal device, modeled as a mouse, you can simulate mouse movement and click function
STM32F103-DualCDC
- STM32F103 USB转双串口。使用CDC类。插上电脑后,会出来两个虚拟串口,如果提示找不到驱动,指定驱动路径到inf文件夹即可。 相比ST官方提供的只有1路串口的例程,方便了很多 用到的IO定义如下: 串口1:PA9和PA10 const GPIO_InitTypeDef TX1_pin { GPIO_Pin_9, GPIO_Speed_50MHz, GPIO_Mode_AF_PP } const GPIO_InitTypeDef RX1_pin { GPIO_Pin
zetSPI实验 +SD卡+GPS+USB
- 使用stm32f103单片机实现数据的采集和存储到SD卡中(The use of STM32F103 MCU data acquisition and storage to SD card)
stm32_f105-07_f2_f4_usb-host-device_lib
- STM32官方提供的USB Device驱动和应用案例,已经移植完成(The STM32 official USB Device driver and application case has been transplanted.)
ov2640
- stm32f103 usb ov2640
USB声卡实验
- STM32系列单片机USB声卡实验,希望为广大初学者带来帮助。(STM32 series of MCU USB sound card experiment, hope for the majority of beginners to help.)
STM320F103 USB转虚拟串口
- 在STM32F103开发板上实现了USB转为虚拟串口的功能。(The function of converting USB to virtual serial port is realized on STM32F103 development board.)
STM32的USB电脑音量控制器
- stm32f103的usb配置成custmer hid发送报告来控制电脑音量加减静音,程序是为了测试,功能为每个1秒电脑音量会加减静音