首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

8013问题请教

8013问题请教

请教版主!
我是一个初学者,
我在用code warrior 8.0开发56f8013时,出现“unable to debug :flash security is enable”警告,请问是什么原因,程序很简单,是建立工程自带的,仿真器是自制的按飞思卡尔给的原理图,两个244.


/* metrowerks sample code */



/*
here we test the thinner console print
printf is too large for MC56F8013
*/



#include "console.h"


int main(void)
{
const char test_string[]="hello";
int a, b, c;

a = 10;
b = 20;
c = a + b;

__ConsoleWrite(0,test_string,5);
fflush_console();
return(0);
}


 

[此贴子已经被作者于2007-9-25 19:28:17编辑过]

用的什么型号的244? 最好用74HC的
你连接器有问题吧,看看你的复位。
flash security is enable 估计是在pe下面的CPU bean上property选项上你将flash security & protect 设置为了enable
返回列表