-
优势是性价比,呵呵。
-
你的是SDIO还是串口还是USB?一般你去网上找找,貌似eeworld上就有驱动的,不过是dll,没有源码!
-
楼上的我真想给你板砖。
-
顶下.....希望高手来解决下
-
当然是自己焊好,这样硬件软件都学了!
-
看看再说
-
如果用其他接口,存在要用专用驱动的可能性。
即使供应商提供该驱动,如果本身没有写驱动的能力,也会使后续工作中的修改变得非常困难。
-
在定制系统时有一个选项选错导致的,如果没记错的话应该是“Build Options”下的“Enable KITL(no IMGNOKITL=1)”勾选造成的。
-
香版偷懒了,你不是说回去测试么
18楼的同学是专门为这个课题做的测试软件么?
-
引用 40 楼 bltc2010 的回复:
我们现在已经搬到科技园南区这边来了。
据我的观察,我们老板说说的不符合要求不要打扰,主要是指名牌大学这个条件。非名牌大学的同学成功率就比较低了。其它的条件应该不会限制太严,就要看您和公司老板谈得怎么样了。
所以请大家多投简历,把握机会!!
多用啥芯片呢?
-
引用 2 楼 kyzf 的回复:
刚才验证了下;
(UINT8 Ena, UINT8 Timeout); 这里面的逗号是你在中文输入法时输入的,才会导致这样。
你把那个逗号改成英文输入法时 输入就好啦。
谢谢楼上提出的方法,我试过了这个问题是解决了,但是在“extern void ZHAL_WDT_SET(UINT8 Ena, UINT8 Timeout); ”处又出现这个错误:error C141: syntax error near 'extern'。我试过把所有的空格标点符号之类的全都用英文输入法输入了了一遍,还是出现这个错误,真是晕了、、、
-
MARK.
-
楼上基本说的很全了,热门协议主要包括WIFI 蓝牙、zigbee等。无协议的RF solution也很多,如Nordic和Chipcon(TI),这两个最出名也用的最普遍。主要用来做遥控器和无线鼠标之类的东东。
-
引用 11 楼 xuguod20042576 的回复:
我的有呢,可能是你安装的问题吧
你是装到R2版本吗?
我这个R2补丁还没打
-
人不在深圳可以吗
-
那么并电阻 是解决什么参数 问题?
-
DMA打开后一直在工作,每个通道的每次采样之后进行一次传输,只有进行数据传输时才占用总线。
-
都是搞测控的,ad的处理肯定不是菜鸟
-
楼上正解
这是ID卡的格式
0012757146 就是韦根32
而对应043162
就是韦根26的格式
-
我也转一个,你看看 ...
Using ILTIMING is very easy if your BSP is derived from one of the reference
platforms. I have tested other MIPS platforms built with Platform Builder
5.0 using this tool.
I'm referring to PB 5.0 files here, other versions are similar.
1/ You need to add small bit of code to the ISR. See:
PLATFORM\COMMON\SRC\MIPS\NEC\VRC5477\INTR\intr.c
for example.
2/ you need to support IOCTL_HAL_ILTIMING. See:
PLATFORM\SG2_VR5500\SRC\INC\ioctl_tab.h
for example
3/ You need to support the high resolution timers;
pQueryPerformanceFrequency and pQueryPerformanceCounter need to be
initialized in the OAL
4/ You may need to add -DOAL_TIMING to CDEFINES in your platform build.
5/ ILTiming.exe should be automatically built for any template more complex
than 'tiny kernel'
To answer your question on how to translate build of iltiming.lib into
iltiming.exe, study teh following two files very carefully.
The file: PUBLIC\COMMON\OAK\MISC\makefile.def (the file usually included in
every other 'makefile') sets up all of the macros like _COMMONPUBROOT
depending on the value of 'RELEASETYPE', and also describes compile and link
rules.
The file: PUBLIC\COMMON\CESYSGEN\makefile describes the specific rules for
making iltiming.exe.
These are complex files, and you want to be very careful not to accidently
change them.
But again, you shuld not ned to change anything to build iltiming and
osbench bits.复制代码