-
用的人很多啊
-
希望ST的32位芯片的定时器都能做成32位的。
16位太纠结。。。
-
呵呵,25楼的波形是我在LPC2131样做出来的,
IO_CS = 0;
delay_ms(1);
SPI_Send();
delay_ms(1);
IO_CS = 1;
中间还加了延时了,得改成delay_ms(3);基本可以 , 这样效率就低了
但是用它自己的CS很好
-
对于我这样的新手加菜鸟 中文的文档太重要了
-
我测了一下,脉冲宽度都是ms级了,应该没问题,下面实际操作一下~~
谢谢各位了
-
非常感谢各位的良好建议,准备做两手准备,一是先熟悉一下6.0下这方面的代码,二是向中兴要驱动
另外请问谁有6.0下这方面的代码??? 可以发一份我看看
我的邮箱是leoliu128@163.com
-
怎么没人啊~~急啊
-
版主贴主早上好!
版主贴主每天都有好心情!
gtwuYt2QjEcpL回帖是一种美德!h40xvszRpgHOK
==========================
介+绍:
[/url]
hpDM0hD9wKHGb
1)可录制上网记录,截获Http信息。
2)利用截获的Http信息自动生成命令(Page,拖拽即可完成)
3)执行命令,模拟浏览器向Web服务器发生命令。
中文论坛:[url=http://spritebrowser.com/LunTan]
gtwuYt2QjEcpL
要看美女来这里:
[url=http://byhat.com][/url]
=======================
软件创业QQ 群:103815692
LKzui2594gTO2
-
同样的环境建了个EMULATOR工程编译是可以的,模拟OS也可以跑起来,环境应该没有问题啊!
想不明白问题在那里!
-
Jlink的硬件比EP868设计差远了。
其实Jlink的硬件如果能做到EP868这么完善,很难盗版的,呵呵
-
用ADO
找到篇文献, LZ可以去看看.
Using ADOCE from eVC
When programming in eVC to SQL Server CE, we recommend using OLEDB CE. It is also possible, however, to access SQL Server CE using eVC through ADOCE with the following steps:
To generate the necessary include files, first copy Adocec31.idl, Adoce31.idl, and Adoxce31.idl from the Include directory of the Dataaccess31 install, by default \Windows CE Tools\dataaccess31\include, to the include directory of your SDK. For the Pocket PC SDK, this is \Windows CE Tools\wce300\MS Pocket PC\include, by default.
In a command window, run the WceXXX.bat file in the EVC install directory that matches the OS version and processor type of your device. If you are using a Windows CE 3.0 ARM device, the default path is C:\Program Files\Microsoft eMbedded Tools\EVC\WCE300\BIN\wcearm.bat. You should use the WCEXXX subdirectory that matches your version of Windows CE and the WceXXX.bat file that matches the processor type of your device.
In the command window, run midl first on the Adocec31.idl file and then on the Adoce31.idl file. You need to run midl on Adoxce31.idl only if you plan to use ADOXCE. This step will generate the include files necessary to use ADOCE through eVC.
-
从功能上来说,MISO应该配置为输入模式才对,但为什么也可以配置为GPIO_Mode_AF_PP?请看下面的GPIO复用功能配置框图。
当一个GPIO端口配置为GPIO_Mode_AF_PP是,这个端口的内部结构框图如下:图中可以看到,片上外设的复用功能输出信号会连接到输出控制电路,然后在端口上产生输出信号。
但是在芯片内部,MISO是SPI模块的输入引脚,而不是输出引脚,也就是说图中的"复用功能输出信号"根本不存在,因此"输出控制电路"不能对外产生输出信号。
而另一方面看,即使在GPIO_Mode_AF_PP模式下,复用功能输入信号却与外部引脚之间相互连接,既MISO得到了外部信号的电平,实现了输入的功能。
STM32_GPIO_AF_PP.GIF
(28.41 KB)
下载次数:15
2010-1-22 18:08
-
建议使用webservice
-
不太明白,你这个是问题还是广告?
-
刚刚查了下FRAM手册这里的确有个第一次上电操作时间tPU 原文如下:
//6.2. 首次访问时上电
//用户在FM25L256B 上电时间超过10ms 之后才可以访问它。用户必须遵守时序参数
//t PU ,这是从V DD (最小值)到第一次访问开始的最小时间。
我试过延时10m这个最小值可能不行,20ms就没问题了。
谢谢desert_hawk!!!
送分!
-
用sprintf是可以的,PC端用sscanf转换成浮点数,一直都是这么用,楼主可以试试看。
-
我也是在学习这个,应该就是你说的那样,哈哈,我也学到了知识~~~
-
不太清楚,帮你顶一下,
-
从POWERAVR买的,打电话问了,人家说里面的固件损坏了
-
搞定的时候记着共享一下哦,呵呵
过段时间要提升display性能,到时候硬件加速的东西都要利用起来