"STM32F103VET6使用简单USB模块配置和源程序获取方法"
需积分: 15 107 浏览量
更新于2023-12-21
收藏 194KB DOC 举报
STM32-USB usage involves the interaction between the host and the device. To avoid developing a driver program, the Windows built-in driver program is utilized. The device is enumerated as an HID class device, and a USB mouse is a standard USB-HID device. However, the operating system prevents direct access to the USB mouse report by the application program. Thus, the article introduces the use of the STM32 USB module through configuring clock initialization. The USB clock is set to 48MHz, derived from the PLL clock divided by 1.5. The article also mentions the use of custom HID devices to avoid driver development and allow free data transmission between the application program and the device. It focuses on the simple usage of the STM32F103 USB module and does not cover USB protocol. Those interested in the source program keil4-arm project and upper computer VB can inquire via the provided QQ. The specific STM32 development board mentioned is the "Fighting Mini Development Board" with the STM32F103VET6 chip.
2018-11-02 上传
2016-05-14 上传
2023-12-20 上传
2023-06-21 上传
2023-07-03 上传
2023-07-17 上传
2023-07-03 上传
2023-05-16 上传
u010957441
- 粉丝: 0
- 资源: 1
最新资源
- Raspberry Pi OpenCL驱动程序安装与QEMU仿真指南
- Apache RocketMQ Go客户端:全面支持与消息处理功能
- WStage平台:无线传感器网络阶段数据交互技术
- 基于Java SpringBoot和微信小程序的ssm智能仓储系统开发
- CorrectMe项目:自动更正与建议API的开发与应用
- IdeaBiz请求处理程序JAVA:自动化API调用与令牌管理
- 墨西哥面包店研讨会:介绍关键业绩指标(KPI)与评估标准
- 2014年Android音乐播放器源码学习分享
- CleverRecyclerView扩展库:滑动效果与特性增强
- 利用Python和SURF特征识别斑点猫图像
- Wurpr开源PHP MySQL包装器:安全易用且高效
- Scratch少儿编程:Kanon妹系闹钟音效素材包
- 食品分享社交应用的开发教程与功能介绍
- Cookies by lfj.io: 浏览数据智能管理与同步工具
- 掌握SSH框架与SpringMVC Hibernate集成教程
- C语言实现FFT算法及互相关性能优化指南