-
一切以营利为目的的破解或使用他人破解成果的行为都属于盗窃行为,都不是正常使用者的行为。
“对用户来说,ID是不能被修改的。”
正常的用户,不会破解芯片,ID对他们而言当然是安全的。
破解了芯片的,不算用户算窃贼,当然不包括在用户之内。
所以st的声明是天衣无缝无懈可击的,哈哈。
-
我想着广告出来后,怎么着实际样品都得半年后见了,没想到就一袋烟的功夫。
-
很不错呀,谢谢分享。
-
把你的测试程序贴上来。
另外,你最好重开帖。
-
楼上的自制的贵不贵
-
俺到时候移植到stm32上就是了.
sinanjj 发表于 2010-8-5 18:37
-
所以这次要用更为高级的芯片,还想用st的。可它的M4就是不出来,所以没事的时候催促一下,估计也不怎么管用,当然老产品卖的还不错,我也不着急改进,什么时候有更合适的芯片了,再开始行动。
-
测试速度用这个代码有问题吧:
for (int i=TESTSIZE; i!=0; i-=4)//memcpy, expand 4
{
*(p3++) = *(p4++);
*(p3++) = *(p4++);
*(p3++) = *(p4++);
*(p3++) = *(p4++);
}
每个循环不只是读写4个byte,也在读写i,p3,p4吧。
-
我也正在寻找~~楼主挑到了给我说一下~~我也正在学习~~不过我们直接学习AVR~~不学习51的~~不过现在大多都兼容两个~~加个好友一起交流~~我买板也是为了比赛~~这样才有动力~~呵呵~~
-
Built-in device drivers that do not export the stream interface must find a convenient time during initialization to register their ISRs and spawn ISTs. Drivers that expose the stream interface generally perform these activities in their XXX_Init (Device Manager) function, which Device Manager calls.
Note Not all hardware platforms support sharable IRQs, and the binary image builder (.bib) file information for GIISR is not in the Common.bib file, so you may have to manually include the following .bib file information in your Platform.bib file.
; @CESYSGEN IF CE_MODULES_GIISR
GIISR.dll $(_FLATRELEASEDIR)\GIISR.dll NK SHK; @CESYSGEN ENDIF CE_MODULES_GIISR
The following list shows one way for a driver to install an ISR and wait for interrupt events:
The driver calls LoadIntChainHandler to install an ISR.
The default ISR, installed by the OAL, executes first in response to an interrupt.
The OAL calls NKCallIntChain to execute the ISR that the driver installed.
The driver spawns an IST, which registers to receive interrupt event notifications. The IST must call InterruptInitialize before the IST uses the hEvent parameter, which provides a link between the idInt parameter and the SYSINTR value return by an ISR.
The driver calls the WaitForSingleObject function to wait for interrupt events generated by the ISR.
-
杯喜具啊!
香雪城,如果你离开了BBS.eeworld.com.cn,我会一直想念你的.
如果ST公司及其它软件版权公司能考虑中国国情及大家感情,能让你们继续留下,那太好了.
-
我也刚刚开始学嵌入式,现在就看一些基础知识,比如ARM7体系结构,ARM和Thumb指令集,操作系统还没开始看。不知道两三个月能学到何种程度。
-
这个问题没有解决,有点遗憾呵呵
-
帮顶
-
引用 1 楼 kyzf 的回复:
嵌入式上,用到最常见的无线设备有GSM、GPRS、CMDA、蓝牙、WIFI,当然还有红外。
用于无线网路的最主要的是WIFI和GPRS/CDMA。
也就是这些
-
这个要看手册,就一个AT命令的事
-
我看了,我自已的驱动符号文件加载了。而且如果用bu/bp的话可以下断。但直接在代码中用F9下断就会出
现上面的错误。
-
BSP第一层目录下的.bat文件,加上set BSP_NOCHR=
files文件夹下的注册表、platform.bib。
Drivers文件下SOURCE文件和DEF。
-
有个方法比较好,你直接用FindFirstStore以及FindNextStore把你的那个store给遍历出来
-
是没有定义发送中断使能吧。