-
你确定过1ma都是MCU耗掉的吗?
-
我是分开用!
-
色诱
-
呵呵,你可以说,那以后难说了,现在是研发时期,找找二三级代理吧
-
那要光耦有啥用。电源不隔离跟没隔一样。电源下降?是耗电量太大了吧。搞一个大一点的电源吧。
-
只选1,2个CPU类型安装,肯定会省很多空间
-
还是有一些不同的,但好象上简单了.
-
准备应用,但不懂是否真的有那么牛
-
不清楚,帮顶
-
学习中……
还不太会!
-
楼主你用的是什么芯片,型号发来看看,或许我有驱动
-
我也要用到这个,谢谢高手指点!
-
[url=http://blog.eeworld.net/91program/archive/2009/10/15/4675911.aspx][/url]
有可能用模块型号
-
公司到底想做什么?“硬件化”?
难度公司要采用逻辑IC实现你的这部分程序?
关键看你的这部分程序实现了什么? 公司想怎么样硬件化?
-
引用 1 楼 kyzf 的回复:
我这边有用PIC单片机实现秒表的详细设计与源代码,
qq:604914729,晚上7点把相关资料给你吧;到时QQ聊
全才啊!干这行的有你这么博学的还很少见啊!
-
友情帮顶下, 学习下、
-
在SD卡的驱动中有函数
BOOL CSDIOController::IsCardWriteProtected()
{
。。。。。。。。。。。
case ....
}
复制代码
直接改为
BOOL CSDIOController::IsCardWriteProtected()
{
return false;
}
复制代码
就去掉写保护了
-
问题解决,是我大意了,多谢各位
-
我这边有非常详细的资料。 包括PID原理介绍和算法的源码。
楼主如果在线,请联系我QQ:94648103.
-
http://wiki.davincidsp.com/index.php?title=RBL_UBL_and_host_program
RBL == ROM boot loader. This part is stored in ROM in DaVinci and therefore can't be changed by user. If needed, it can be activated by special jumper settings. It can be used to start system SW (download) via serial line, from NAND devices or HPI (Host Port Interface).
The RBL supports 3 distinct boot modes depending on device configuration pins BTSEL[1:0]:
BTSEL[1:0] = 00 - ARM NAND Boot
BTSEL[1:0] = 11 - ARM UART Boot
BTSEL[1:0] = 10 - ARM HPI Boot
If BTSEL[1:0] = 01 the ARM boots from NOR flash without RBL involved.
On DaVinci EVM these settings can be done by Jumper S3-1 and S3-2.
The DM355 supports boot from SD/MMC card rather than HPI. On the DM355 EVM the boot modes are selected by the pair of dip switches SW7.