This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

循环程序,能编译但仿真出错



Uint16 i;
 Uint16 *addr;

 for(i=0x80; i<0xff; i++)
 {
  addr = (unsigned int *)i;
  *addr=0;
 }