-
俺对主要段落代劳翻译一下:
The glitch amplitude is less than 150 mv with a typical duration of 10 ns(measured with the I/O configured as high-impedance input and left unconnected).
那尖峰脉冲小于150 mv ,典型的宽度是10纳秒。(测量时IO口设置成高阻抗,并且IO口处于浮空状态)
If PA0 is used as a digital output, this has no influence on the signal.
如果PA0设定为数字输出,尖峰脉冲对其没有影响。
if PA0 is used has a digital input,it will not be detected as a spurious transition,providing that PA0 is driven with an impedance lower than 5K 。
如果PA0连接的电阻少于5K,把PA0作为输入也不会贞测到尖峰脉冲造成的虚假转换。
This glitch does not have any influence on the remaining port A pin or on the ADC conversion injection results,in single ADC configuration.
这尖脉冲对PA口的其它脚没有任何影响,也没有影响到其它PA口ADC单独设置的转换结果。
-
二个词 “学习”+“实践” 就慢慢成为老手
要成为高手 还得+“知慧”
-
咋没人顶一个呢!
-
LoadLibrary是动态链接,可以没有.h和.lib
#import是静态链接,必须有.h和.lib
#pragma comment(lib,"XXXXX.lib")只是链接静态库
-
变压器发热 影响不是很大;
关键在78系列的LDO的散热设计;
你的7805是贴片的,则需要在7805那块PCB,底层和顶层都进行较大面积的散热;
记得如果有中间层,则中间层对应区域务必都进行割地设计,方便热量传递。
-
pTAGlhb51
gX6GIbENL
-
引用 6 楼 lh806732 的回复:
支持一下,6410似乎有这个问题。
这个问题是否有解?
-
找一些电脑 或者其他电器维修书籍 或者网上的电子文档,
应该有这款电源的原理图啊。
如果有讲这款电源的维修书籍,那肯定能找到该电源的原理图。
-
引用 3 楼 ymzhou117 的回复:
这个应该是系统镜像超过32M,导致系统默认ROM空间不够。
可以修改config.bib中的nk.bin大小来解决。
好的,我试试!谢谢:)
-
我现在在WInce下利用Automation导入了Excel.exe,可是出现这个错误CExcel.obj : error LNK2019: unresolved external symbol "void __cdecl _com_issue_error(long)" (?_com_issue_error@@YAXJ@Z) referenced in function "public: __cdecl _variant_t::_variant_t(char const *)" (??0_variant_t@@QAA@PBD@Z)
CExcel.obj : error LNK2019: unresolved external symbol "unsigned short * __cdecl _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YAPAGPBD@Z) referenced in function "public: __cdecl _variant_t::_variant_t(char const *)"
(??0_variant_t@@QAA@PBD@Z)
CExcel.obj : error LNK2001: unresolved external symbol "class _variant_t vtMissing" (?vtMissing@@3V_variant_t@@A)
ARMV4IDbg/ExcelDll.dll : fatal error LNK1120: 3 unresolved externals
如果我引入comsuppwd.lib库文件,又出现
Linking...
comsuppwd.lib(comutil.obj) : warning LNK4078: multiple '.CRT' sections found with different attributes (40300040)
comsuppwd.lib(comutil.obj) : warning LNK4078: multiple '.CRT' sections found with different attributes (40300040)
Creating library ARMV4IDbg/ExcelDll.lib and object ARMV4IDbg/ExcelDll.exp
CExcel.obj : error LNK2019: unresolved external symbol "unsigned short * __cdecl _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YAPAGPBD@Z) referenced in function "public: __cdecl _variant_t::_variant_t(char const *)"
(??0_variant_t@@QAA@PBD@Z)
comsuppwd.lib(comutil.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler3
comsuppwd.lib(comraise.obj) : error LNK2019: unresolved external symbol __CxxThrowException referenced in function "void __cdecl _com_raise_error(long,struct IErrorInfo *)" (?_com_raise_error@@YAXJPAUIErrorInfo@@@Z)
comsuppwd.lib(comraise.obj) : error LNK2001: unresolved external symbol "const type_info::`vftable'" (??_7type_info@@6B@)
ARMV4IDbg/ExcelDll.dll : fatal error LNK1120: 4 unresolved externals
Error executing link.exe.
高手指点一下是怎么回事,我不明白,汗。。。。
-
__cdecl , __stdcall几种调用方式确认一下先
-
有货啊,谁要啊?要的请给我电话13620971223或者加我QQ171457534
-
这是为什么呢???????????
-
引用 8 楼 wolfmvp 的回复:
引用楼主 accessysq 的回复:
将usb设备口作为串口使用
2.如果安装了同步软件,同步软件能否同步上?如果能,那么在usb作为串口被使用的时候能否同步上?
这个跟板子中的USB类型设置也有些关系,如果USB类型为HOST类型的,这种情况下不可能同步上。
USB HOST 能做串口?不是从USB口才可以吗?
-
实际执行的代码和你显示的代码不一样所以不对
-
恩,继续等
-
I2C本来就用模拟方式,硬件纯粹多余,Ti的DSP我都直接用模拟,现成程序,用的熟,硬件耗资源
-
送小朋友吧
-
很好,就应该这样相互共享,共同进步,呵呵
-
如上所说,主要让vxWorks系统能使用在不同CPU处理器平台上的,每中处理器的实现的侧重点都不一样,都有自己的汇编指令,每种都不一样,这样你一个操作系统要支持某种处理器,就需要把所有的代码都编译成它支持的指令格式等。这样就出现了vxWorks支持很多种处理器的开发版本了。目前主流的就是for inter;for PPC,for ARM,for SH等。