Board logo

标题: 8013问题请教 [打印本页]

作者: cddyzfc    时间: 2007-9-25 19:28     标题: 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编辑过]


作者: usliwu    时间: 2007-9-30 13:57

用的什么型号的244? 最好用74HC的
作者: gyc198215    时间: 2009-1-10 12:01

你连接器有问题吧,看看你的复位。
作者: lhp5890    时间: 2009-1-22 12:47

flash security is enable 估计是在pe下面的CPU bean上property选项上你将flash security & protect 设置为了enable




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0