-
回复才可以观看
-
:tongue: looklook
-
:cold:
-
:shy: xiao sheng de shuo ,wo you……heihei
-
原帖由 soso 于 2011-4-5 17:56 发表
嘿嘿 那你需要学习的东西就更多了 那岂不是要天天空中飞人 :loveliness:
呵呵,没有,我现在只负责苏锡常了,地方小了,但是客户散了,跑的晕头转向……
-
:Laugh: 我可以卖的东西更多了,哈哈哈哈
-
回复
-
是的,手册有说明
-
unsigned long SysCtlClockGet(void),你读一下看看,是不是12M,我也忘记了
-
CCSv4
By default, Microsoft Windows Vista and Windows 7 do not allow user level accounts to write files in the "Program Files" directory. This can prevent CCS from starting when installed in the "Program Files" or "Program Files (x86)" directory, because CCS stores configuration data by default in its install directory. Either of the following workarounds can be used to avoid this problem:
Install CCS outside the "Program Files" or "Program Files (x86)" directory
Instruct CCS to store configuration data outside the "Program Files" or "Program Files (x86)" directory using the -configuration command line argument. The problem will not occur when running CCS as the Administrator user, but this is not recommended because it compromises the Windows Vista security model
-
1,确保在使用前使能PORTJ模块
2,使用最新的lib库和头文件,尤其是修改例程的时候,注意把之前的全部更新
-
1.打电话给IAR或KEIL,让他们把默认寻找头文件的路径,改成你电脑的……
2.你自己找到它们默认去哪个路径找头文件,然后把所有头文件都放进去……:congratulate:
-
:) pwmgen.c(75): error: #20: identifier "ucValue" is undefined
楼主提到的问题解决了对不?那现在说这个东西没定义,定义一下就好了,unsigned char ucValue ?
-
#ifdef DEBUG
void
__error__(char *pcFilename, unsigned long ulLine)
{
}
#endif
void GPIO_PORT_D_ISR(void)
{……}
-
小盆友,你……,有没有看到#ifdef ,#endif……
#ifdef DEBUG
void
__error__(char *pcFilename, unsigned long ulLine)
{
}
void GPIO_PORT_D_ISR(void)
{……}
#endif
-
你的startup那个启动代码文件里面,有没有注册这个函数啊
-
打开光盘,EKK-LM3S8962-CD-480\Tools\StellarisWare这个路径下,安装好,去C:\StellarisWare\boards\ek-lm3s8962找,C:\StellarisWare\docs里有详细说明
-
1.看使用手册,help文档里有,Keil:UNLIK,,LINK都可以,IAR:JLINK,MLINK
2.都可以
3.两种编译器,所以不可以,需要移植后使用,具体方法,baidu,Google
-
你上位机用LM Flash Programmer,直接用板子带的USB线连接,不要用JLINK,一定要用的话,google吧,有人写过教程
-
EK-LM3S8962 Example Software User's Guide ,自带例程参考,这个文档的介绍,或者每个例程都有个readme。
发送和返回数字不一样……你看看是不是显示格式没搞对