-
STM32L系列我公司已经到货啦。欢迎各大公司需要的来电采购咨询
15900733302 上海移动 021-53086303
张明
-
没有的话 自己写一个呗
-
能把wifi给解释一下不??
-
这个也是ANSI C的,应该是C89里面的,其描述与7楼的不一样。
3.2.1.5 Usual arithmetic conversions
Many binary operators that expect operands of arithmetic type cause
conversions and yield result types in a similar way. The purpose is
to yield a common type, which is also the type of the result. This
pattern is called the usual arithmetic conversions: First, if either
operand has type long double, the other operand is converted to long
double . Otherwise, if either operand has type double, the other
operand is converted to double. Otherwise, if either operand has
type float, the other operand is converted to float. Otherwise, the
integral promotions are performed on both operands. Then the
following rules are applied: If either operand has type unsigned long
int, the other operand is converted to unsigned long int.
Otherwise, if one operand has type long int and the other has type
unsigned int, if a long int can represent all values of an unsigned
int, the operand of type unsigned int is converted to long int ; if a
long int cannot represent all the values of an unsigned int, both
operands are converted to unsigned long int. Otherwise, if either
operand has type long int, the other operand is converted to long int.
Otherwise, if either operand has type unsigned int, the other
operand is converted to unsigned int. Otherwise, both operands have
type int.
-
理论上不可能这样的,具体要看文档描述,这个位在什么情况下被设置
-
mail:shellgo@126.com
在uboot没有问题啊,郁闷
谢谢楼上的了
-
我是这本书的作者张帆,这本书后半部分写的的确有些仓促。
关于WDM加载可以参考DDK中的例子C:\WINDDK\6000\src\setup\devcon
我建了个驱动开发群,QQ群:49944346。希望一起交流。
-
实时处理?
不太可能
-
有时有有时没有是什么意思,什么情况有,什么情况没有
-
咋没人回答哦??
置顶
-
不知道LZ解决这个问题没?我遇到了同样的问题
-
不行啊,波特率提高了,相应的误码率也会随着提高,而我这个对通信过程中的准确性要求比较高。除了提高波特率还有没有实质性的提升方法;我原来在单片机对单片机的方式中是可以控制在10ms以下的,难道是操作系统的消息机制制约了???
-
Texas Instruments的是专用的协议,不能算标准的,我想寻找一个标准的
-
直接找GM就可以 技术支持啥的 没话说
-
-
有直接调用系统API就能搞定的么?
-
其实楼主完全没必要 用那个转接ic
直接采用SPI实现SD的读写,应该还是比较容易;另外楼主可以百度与GOOGLE下,44B0读写SD卡,有很多资料和代码 可以参考下。
http://www.baidu.com/baidu?word=S3C44B0%B6%C1%D0%B4SD%BF%A8&tn=360se_3_dg
另外楼主可以看看:
SD卡存储扩展礼包--MCU读写SD的经典设计
http://download.eeworld.net/source/1915793
-
lz可以尝试一下通过合适的方式对touch pdd中的中断event-hTouchPanelEvent人工set一下
不知道有没有更加好的办法
-
引用 1 楼 kyzf 的回复:
这个 楼主可以直接找那些卖USB dongle 的厂家的FE咨询,
看他们是否能提供WINCE下的驱动,一般都是由厂家提供驱动,并给出对应的API,
咱们直接调用。
另外楼主最好找原厂的FE。那些代理商 估计得不到多少有用的信息。
呵呵,你说得对,那些代理商都是不太清楚这些的。我找到一家可以支持WinCe的:http://www.ivtcorporation.com/products/wince.php
不过他们好像不是很愿意卖,可能是因为我们不是做生产用吧。你有没有一些厂商的信息呢?能不能告诉一些?多谢了。
-
这个不是这个问题,主要是单总线驱动,这个不只是驱18B20,主要是有一个单总线的ID,用来做产品的保护。