请教版主! 我是一个初学者, 我在用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编辑过] |