RTX51 Tiny小程序出问题

zoujy518   2009-1-14 11:03 楼主
#include      
#include      
int   counter0;   
int   counter1;   
void  job0(void)_task_ 0   
{
        //ET0=1;                                
    //TR0=1;
        //EA=1;
        os_create_task(1);                 /*   mark   task   1   as   ready   */   
     while(1)   
         {                               /*   loop   forever   */   
          counter0++;                 /*   update   the   counter   */   
      }   
  }   
void  job1(void)_task_ 1   
{   
      while (1)   
          {                              /*   loop   forever   */   
          counter1++;               /*   update   the   counter   */   
      }   
  }   

在options for target中已选过operating---RTX-51 TINY,编译能通过,但是debug出的问题:
*** error 65: access violation at I:0xFE : no 'write' permission
不知是何故,达人帮忙哈

回复评论 (4)

我自己明白了,不能选器件at89c51因为其片内RAM只有128B,得选256B的片子
点赞  2009-1-14 11:38
引用: 引用 1 楼 joydeng 的回复:
我自己明白了,不能选器件at89c51因为其片内RAM只有128B,得选256B的片子

恭喜,接分.......
点赞  2009-1-14 12:40
谁说不能选89C51?只要在配置文件Conf_tny.a51中修改RAMTOP  EQU   7FH 就行了。
点赞  2010-3-2 16:49
引用: 引用 3 楼 sakura1987 的回复:
谁说不能选89C51?只要在配置文件Conf_tny.a51中修改RAMTOP? EQU? 7FH 就行了。

点赞  2010-3-3 08:52
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复