搜索资源列表
STM32-ucos
- stm32芯片 KERIL 3.0 ucosii 功能实现: GPIO LED测试 STM32 USB部分驱动数据-stm32 chip KERIL 3.0 ucosii function realization: GPIO LED Test STM32 USB part of the driver data
usb
- 这个是原子stm32实验板的程序,其主要内容是关于usb的连接的程序。-This is a program of atomic the stm32 experiments board, its main content is about usb connection program.
usbmouse
- 这个是原子stm32实验板的程序,其主要内容是关于使用板子和Usb鼠标相互连接。-This is the program of the atomic stm32 experimental board, its main content is on the use of the board and Usb mouse connected to each other.
USB_device
- STM32的USB DEVICE驱动库,可以做为HID和虚拟串口使用-STM32 USB Device driver library, can be used as HID and virtual serial port to use
STM32USBkey
- STM32平台下实现usb接口、键盘操作功能,代码试验完整,便于STM32开发者使用.-STM32 platform to achieve usb interface, keyboard functions, code testing complete, easy to use STM32 development.
generating-USB-in-STM32
- 介绍怎么样在STM32上弄上USB界面. 源码解说在里面-Introduction on how to get on the STM32 USB interface. Source commentary on the inside
stm32-USB-HID-ucos-ucgui
- 奋斗开发板的例程,采用ucOS结合ucGUI的方式,写USB的程序。-Struggle development board routines, using a combination ucGUI ucOS way to write USB program.
stm32_usb_nand
- STM32单板上实现了基于USB的可移动的磁盘,插上USB线后可以对电脑上的磁盘的读写来读写NAND FLASH-STM32 board implements the USB-based removable disk, the disk can be read on the computer to read and write NAND FLASH plug in the USB cable
stm32-USB-HID--ucos-ucgui
- USB下载程序的固件及例程(适用MINI): 此工程是作为利用USB下载的固件,目录下还有一个适合用USB下载的例程。-USB download the program s firmware and routines (MINI): this project is used as the use of USB download the firmware, the directory also has a suitable USB download routines.
899STM32
- STM32大型程序,集成ucosii,USB,FATFS文件系统,图片,GUI,以太网等-STM32 large programs, integrated ucos ii, USB, FATFS file system, pictures, GUI, Ethernet, etc.
stm32Human-ECG-Acquisition-System
- 基于stm32的人体心电采集系统,用到uC-OS-II和uC-GUI,USB等,包括原理图,程序,图片-Human ECG acquisition system based stm32, use uC-OS-II and uC-GUI, USB, etc., including schematics, programs, pictures
STM32F407_uCOS-III lwip(20160827)
- 主要实现功能: 1 tcp server并发(主要涉及文件app_lwip.c、app_tcp_server.c) 2 网线热插拔(主要涉及文件app_lwip.c、app_tcp_server.c) 3 不重启修改ip地址(主要涉及文件app_lwip.c、app_tcp_server.c、app_key.c(按键修改ip地址)) 4 将lwip的数据接收从中断方式改成单独的接收任务方式(主要涉及文件app_lwip.c) 5 usb串口信息打印(115200波特率) 6 注意:使