-
嗯!现在明白了!谢谢!
-
交流接触器+电线绕的线圈(两者串联,不加任何抗干扰元件),将被的电路放入测试线圈中,反复通断电。
一般经验:
电线绕的线圈为 1-5圈: 单片机死机者,抗干扰性较差。
电线绕的线圈为 6-8圈: 单片机死机者,抗干扰性一般。
电线绕的线圈为 9-10圈: 单片机死机者,抗干扰性优良。
-
引用 3 楼 brookmill 的回复:
typedef struct
{ struct cdev cdev;
unsigned int value;
}led_dev; // led_dev是一个类型
cdev_init(&led_dev->cdev, &GPIO_LED_ctl_ops); // 这里是把led_dev当作一个变量来用,前后不一致。
你需要另外定义一个led_dev的……
没错。正想说呢。楼主c语言没学好
-
我试试,谢谢
-
立足硬件,做足软件。。。。
-
没有人回??
-
曾经发布在论坛上的一个好网站………………
http://www.714e.com/bbs/dispbbs.asp?boardID=31&ID=1644&page=1
-
谢谢,请问有没有相关的资料介绍? 或者任何一个例子最好。
-
inf 文件 [version] 中的classGUID 是 Device Setup Classes
Device Setup Classes
To facilitate device installation, devices that are set up and configured in the same way are grouped into a device setup class. For example, SCSI media changer devices are grouped into the MediumChanger device setup class. The device setup class defines the class installer and class co-installers that are involved in installing the device.
Microsoft defines setup classes for most devices. IHVs and OEMs can define new device setup classes, but only if none of the existing classes apply. For example, a camera vendor doesn't need to define a new setup class because cameras fall under the Image setup class. Similarly, uninterruptible power supply (UPS) devices fall under the Battery class.
There is a GUID associated with each device setup class. System-defined setup class GUIDs are defined in devguid.h and typically have symbolic names of the form GUID_DEVCLASS_Xxx.
The device setup class GUID defines the ..\CurrentControlSet\Control\Class\ClassGUID registry key under which to create a new subkey for any particular device of a standard setup class.
驱动程序中的是 Device Interface Classes
Device Interface Classes
Device interface classes are the means by which drivers make devices available to applications and other drivers.
This section contains the following topics:
-
楼上说的很详细了。
补充一点,build and sysgen,慎用,有风险。
-
那我对这个中断的处理呢。收到这个中断后。。我难道要RESET一把。。还是就不管他呢
-
楼上所有是修改usDosName的字符串了,并不是对pFileObject->DeviceObject进行了修改,在IRP下发时,pFileObject->DeviceObject还是没变!!
-
[url=http://download.eeworld.net/source/563215][/url]
装一个中文模拟器的SDK应该就可以了。
-
应该是这个原因,我们以前就碰到过一样的问题。你找到屏的datasheet,按要求配置U/D、L/R这两个脚的高低电平。
引用 1 楼 congyue123 的回复:
先从硬件上找找原因,有些屏会有U/D、L/R这两个脚,是负责屏幕扫描的硬件选择,你看下这两个脚是否配置正确。
-
一般系统explorer.exe启动完成,整个系统就完全启动了,你可以通过这个判断。
-
如果楼主要研究STM32的指令周期,请仔细阅读ARM的相关文件,你这样只靠实验,花费了很多时间和精力,也很难得出正确的结论。
-
WIN7吧
-
代码工程查看过,就是在usrNetShow.c文件中没有包含定义RT_BUFFERED_DISPLAY变量的头文件,感觉上应该是加上了组件就会在文件中插入相应的头文件的定义,但是现在找不到相应的组件,看来要单独的修改文件了。
-
POS机用X86的比较多,操作系统就是WIN LINUX甚至DOS.
-
你用VS2005编写应用程序
添加.NET Compact Framework 2.0
就可以了
部署发生错误
你试试ActiveSync正常连接上了吗