-
weeks D12 development board, who were brought to the Windows XP drivers, the com...
周立功D12开发板中带的WINDOWS XP驱动程序,在编译后会出现USB设备不能正常工作. 以下是修改的代码,修改后可以正常工作. 在d12.c和Ioctl.c中, 将+256去掉,这个会引去枚举设备时,设备描述符的长度不对,修改后: siz = sizeof(USB_CONFIGURATION_DESCRIPTOR) 在d12.c中的D12_SelectInterface函数中, 设备查询完接口后有一段代码,也会引起驱动返回不对,需要屏蔽下面的代码 // Retrieve the selected Configuration and Interface 修改上面两处后,USB可以正常使用了. -weeks D12 development board, who were brought to the Windows XP drivers, the compiler will happen after the USB device not working properly. Following is the revised code, revised after normal work. In d12.c and Ioctl.c, 256 will be removed, this will generate to Enumerate equipment located descriptors up the length wrong, the revised : not = sizeof (USB_CONFIGURATION_DESCRIPTOR) in the D12_SelectInterface d12.c function, equipment End interface for a period after the code can also lead to wrong drivers need to shield the following code// Retrieve the selected Configuration Interface and the above two changes, USB can use the normal.
- 2022-06-28 00:42:14下载
- 积分:1
-
EasyARM2104开发套件实时时钟测试源代码。
EasyARM2104开发套件实时时钟测试源代码。-EasyARM2104 Boards Real Time Clock test source code.
- 2022-03-23 20:19:52下载
- 积分:1
-
51系列单片机的数码管试验的C语言程序。
51系列单片机的数码管试验的C语言程序。-51 Series single-chip digital test tube C language program.
- 2022-04-27 02:57:51下载
- 积分:1
-
GUI files, for reference ~ no need of us would not have downloaded, it
GUI文件,供参考~不需要我们就不会下载了,它
- 2022-05-14 21:54:05下载
- 积分:1
-
LPC2148
LPC2148 USB驱动程序,USB Device-LPC2148
- 2022-06-19 13:00:09下载
- 积分:1
-
Basis in the transplant s3C44b0 note, online resources, and share
uclinux 在s3C44b0上的移植说明,网上资源,与大家共享-Basis in the transplant s3C44b0 note, online resources, and share
- 2022-01-26 05:18:21下载
- 积分:1
-
通常串口的开发是基于VC的,这个为以VB开发工具的来说,希望能有所借鉴。用activeX控件 mscomm32.ocx写的一个串口调试工具....
通常串口的开发是基于VC的,这个为以VB开发工具的来说,希望能有所借鉴。用activeX控件 mscomm32.ocx写的一个串口调试工具.-usually is based on the development of the VC, VB to the development of tools, hopes to have a reference. Use activeX control mscomm32.ocx write a serial debugging tools.
- 2022-08-02 13:31:48下载
- 积分:1
-
MC9S12E256 on uC_OSII the portable document can be stable jobs.
MC9S12E256上的uC_OSII的移植文件,可以稳定工作.-MC9S12E256 on uC_OSII the portable document can be stable jobs.
- 2023-04-15 06:20:03下载
- 积分:1
-
Linux的蓝牙操作工具。配合bluez
Linux的蓝牙操作工具。配合bluez-lib使用-Linux Bluetooth operation tool. Bluez-lib with the use of
- 2022-04-20 10:58:43下载
- 积分:1
-
定时器的应用
本程序简单的示范了如何使用ATMEGA16的定时器
AVR定时器的要点介绍
T0工作于CTC模式,输出1KHz/2KHz 50%占...
定时器的应用
本程序简单的示范了如何使用ATMEGA16的定时器
AVR定时器的要点介绍
T0工作于CTC模式,输出1KHz/2KHz 50%占空比的方波
T1工作于快速PWM模式兼输入捕捉
T2工作于相位修正PWM模式,输出490Hz的8bit PWM波
-Application Timer simple demonstration of this procedure how to use the ATmega16 timers AVR timer T0 introduce the main points of work in CTC mode, the output 1KHz/2KHz 50 duty cycle square wave T1 work in fast PWM mode Input Capture and T2 work on phase-corrected PWM mode, the output of 8bit PWM wave 490Hz
- 2022-07-20 11:50:37下载
- 积分:1