-
楼上可以推荐一家不?我看到的都是用144脚的驱动的
-
还是自己做吧,呵呵,我自己写的没有问题。
-
你的图看不见。
-
虚拟的硬件平台。。
-
估计是该BSP包内容不完整,重新到网上下载一个
-
引用 11 楼 jungouhaha 的回复:
引用 9 楼 jungouhaha 的回复:
引用 6 楼 lh806732 的回复:
支持一下,6410似乎有这个问题。
这个问题是否有解?
小梁。。。
呵呵,有没解决~
-
了解了,谢谢各位
-
貌似在wince下没有GDI+的函数~
如果其它格式都可以旋转,png就不是问题了吧~
我是IImageFactory解码的~图片旋转都还没有做到那一步~
-
郭天祥的视频真的很不错哦,我有配套的protues仿真文件,你要的话我给你发
-
如果控件存在被其他控件覆盖的情况,请注意显示顺序的调整
-
~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif][/img]~[img=http://forum.eeworld.net/PointForum/ui/scripts/eeworld/Plugin/003/monkey/46.gif[/img]
-
马克一下
-
仿真时跑的是正确的,并不表示程序就是对的,如果复位地址没问题,那就是CPU初始化有问题,
尤其是“时钟PLL”,“存储器的参数”,因为仿真时仿真器会做一些初始化,这样就帮了你。
-
应该就是这个了
在C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\BLUETOOTH\SAMPLE\BTDIALP\
有例子。
PROCESS_INFORMATION pi;
STARTUPINFO si;
memset (&pi, 0, sizeof(pi));
memset (&si, 0, sizeof(si));
si.cb = sizeof(si);
DWORD bCP = CreateProcess (L"btdialer.exe", numbers[ndx].szPhone, NULL, NULL, FALSE, 0, NULL,
NULL, &si, &pi);
if (bCP) {
CloseHandle (pi.hThread);
CloseHandle (pi.hProcess);
——————————————————————————
这种方法已经很清晰了。
我用CreateProcess创建过explorer.exe进程,很方便
另外觉得Veabol说的也挺不错:
“我觉得还是不要让驱动直接调AP比较好,驱动只向上层发送消息,
由上层AP根据消息去做事,这样OS的通用性也比较好,可以开发不同的AP,
只要能接收到驱动发来的消息并处理就行。”
这样做就顺应了Windows的消息响应机制,也很自然。
——————————————————————————
JOYZML(菜鸟朱铭雷)
}
-
请问这个加密之后,是擦除全芯片就可以解除吗?还是擦除后仍然保留?
-
引用 3 楼 nicechp 的回复:
呵呵~谢谢kyzf,现在还在做硬件部分,所以才上来问问的,还想问下驱动NAND FLASH的程序有多大,用8K的单片机够吗?
建议你下载我刚上传的--SD卡存储扩展礼包--MCU读写SD的经典设计:
http://download.eeworld.net/source/1915793
呵呵,如果分不够,留言我,我为你改下,呵呵
-
引用 1 楼 beyondma 的回复:
头文件的事情吧。
那个sin_addr的结构体在中都有呀,而且petalinux内也有那个头文件呀(如下).
[centos@localhost quagga-0.99.14]$ find /home/centos/ -name in.h
/home/centos/.Trash/in.h
/home/centos/petalinux/tools/linux-i386/microblaze-glibc-root/microblaze-linux-elf/usr/include/linux/in.h
/home/centos/petalinux/tools/linux-i386/microblaze-glibc-root/microblaze-linux-elf/usr/include/bits/in.h
/home/centos/petalinux/tools/linux-i386/microblaze-glibc-root/microblaze-linux-elf/usr/include/netinet/in.h
/home/centos/petalinux/tools/linux-i386/microblaze-uclinux-tools/microblaze-uclinux/include/bits/in.h
/home/centos/petalinux/tools/linux-i386/microblaze-uclinux-tools/microblaze-uclinux/include/netinet/in.h
/home/centos/petalinux/software/petalinux-dist/user/iproute2/include-glibc/netinet/in.h
/home/centos/petalinux/software/petalinux-dist/user/iputils/include-glibc/netinet/in.h
/home/centos/petalinux/software/petalinux-dist/user/ntp/ports/winnt/include/netinet/in.h
/home/centos/petalinux/software/linux-2.6.x-petalogix/include/linux/in.h
/home/centos/Desktop/in.h
附故障代码if_ioctl.c文件头文件声明:
#include
#include "if.h"
#include "sockunion.h"
#include "prefix.h"
#include "ioctl.h"
#include "connected.h"
#include "memory.h"
#include "log.h"
#include "zebra/interface.h"
-
帮顶,学习
-
导致DDR数据线相差80个MIL,郁闷,手册上说最多只能在60个MIL以内,
这种问题应该重视的!!
-
取下电阻和面膜后,测对地电阻大概为100欧姆左右