-
LZ的PD7中断进不了是不是写错了中断向量号?PD7和PD0~PD6不一样的。
-
没问题的,楼上也是机电专业的,呵呵
-
引用 4 楼 sszzhh 的回复:
刚入wince的行,但本人做了十几年嵌入式程序员,为了赶时间,所以选用wince开发应用程序.wince只不过是个操作系统平台而已.所以做程序员不用为一个平台而担忧.哪天让你去开发其它平台应用程序,不需要很长时间你一样会很熟练.仅此而已,不用担心.
同意
-
我回答你的问题就可以获得积分
-
发一份给我,我的邮箱yanglidong2009@163.com
-
耐心等待
安装VS2005 SP1的话
系统盘要留出至少4G的空间
-
000000000
-
任务调度是在中断中进行的,建议好好看看ucos的资料
-
绝对的焊接或板子有问题.
原理图的电容很有意思.
-
这个也是我!
-
在Remote Tools里用性能查看工具看看内存的变化情况
-
我晕!eeworld的相册怎么现在用不了呢?用百度的在这里还不能显示,无语…
你可以在下面的地址查找:D:\WINCE500\PBWorkspaces\Soft_BSP\WINCE500\smdk2440_ARMV4I\cesysgen\sdk\lib\ARMV4I\retail,其中:Soft_BSP为自己定制的BSP包
-
80003800h,这个地址是不是已经做它用了?
-
数据地址 传送格式
16 31H 30H
32 32H 30H
48 33H 30H
16 转成16进制就是10H 1的ASCII是49 转成16进制就是31H
0的ASCII是48 转成16进制就是30H
所有16对应31H 30H
32 转成16进制就是20H 2的ASCII是50 转成16进制就是32H
0的ASCII是48 转成16进制就是30H
所有32对应32H 30H
48 转成16进制就是30H 3的ASCII是51 转成16进制就是33H
0的ASCII是48 转成16进制就是30H
所有48对应33H 30H
-
是不是DestroyWindow时没有加变量名,导致把主对话框给destroy了?
-
For example, an application named Program.exe could be associated with COM port detection using the following code:
CeRunAppAtEvent("Program.exe", NOTIFICATION_EVENT_RS232_DETECTED);
Then, the serial driver could signal a newly detected COM port with the following code:
CeEventHasOccurred (NOTIFICATION_EVENT_RS232_DETECTED, L"A new COM
port has been detected!");
When the event is triggered, the application would be launched as though you entered the following command on the command line:
program.exe AppRunAtRs232Detect A new COM port has been detected!
In this example, CeRunAppAtEvent automatically adds the string AppRunAtRs232Detect to the command line.
To add your own notification event to your system, you must modify CeNotifyPublic_FilterEvent to recognize your event. Next, call CeEventHasOccurred from your software component or device driver, as appropriate.
The delay for blocking the CeEventHasOccured function while the OS initializes can be set with the ShortApiTimeout registry value. For more information, see General GWES Registry Settings.
出处:MSDN: ms-help://MS.WindowsCE.500/wceshellui5/html/wce50lrfceeventhasoccurred.htm
还没测试过,应该可用的.
-
这个问题不难,但不知道怎么回答
建议看看张帆的书 呵呵
-
到eboot的目录里面直接build就可以了啊。怎么?你的不行么?
-
恭喜恭喜!多谢分享!
-
创建不成功返回什么错呀?
你的IMAGE里面关于BMP和GIF的组件加了么?