欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136

 找回密碼
 立即注冊(cè)

QQ登錄

只需一步,快速開始

搜索
查看: 4283|回復(fù): 0
收起左側(cè)

Proteus仿真錯(cuò)誤[SPICE] TRAN: Timestep too small; timestep = 1.25e-019: troub...

[復(fù)制鏈接]
ID:983169 發(fā)表于 2021-11-21 17:23 | 顯示全部樓層 |閱讀模式
下面的編譯成功了 但是仿真的時(shí)候遇到fatal simulation error encountered跳轉(zhuǎn)之后就這個(gè)問題   想知道哪里有問題怎么解決
[SPICE] TRAN:  Timestep too small; timestep = 1.25e-019: trouble with node #00046.

單片機(jī)源程序如下:
#include <reg51.h>
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long

xdata uchar GPS_Buffer[500]  _at_  0X0000;

xdata uchar GPRS_Buffer[500]  _at_  0X01F4;
sbit YCIN_Flag = 0xD5;
sbit Alarm_EN= P2^0;
sbit GPRS_EN= P2^1;
void EX_lnit()
{
   EX0=1;
   IT0=1;
   PX0 = 1;
   EX1=1;
   IT1=0;
}
void UART_lnit()
{
   ;
}
void delay()
{
   ;
}
void GPS_Rec()
{
   ;
}
void GPRS_Rec()
{
   ;
}
void GPRS_Dec()
{
   ;
}
void GPRS_Comm()
{
   ;
}
void EX0_int( ) interrupt 0 using 1
{
   GPRS_EN = 1;
   delay( );
   GPRS_Rec();
   GPRS_Dec();
   GPRS_Comm();
}
void EX1_int( ) interrupt 2 using 2
{
   if( Alarm_EN == 0)
   {
      Alarm_EN = 1;
   }
   GPRS_EN = 0;
   GPS_Rec();
}
void main(void)
{
    SP=0X50;
    YCIN_Flag = 0;
    GPRS_EN = 0;
    EX_lnit();
    UART_lnit();
    EA=1;
   // Write your code here
   while (1)
   {
      if(YCIN_Flag)
      {
         if(Alarm_EN ==0)
         {
            Alarm_EN = 1;
         }
         GPRS_EN = 0;
         GPS_Rec();
      }
   }
}
回復(fù)

使用道具 舉報(bào)

本版積分規(guī)則

小黑屋|51黑電子論壇 |51黑電子論壇6群 QQ 管理員QQ:125739409;技術(shù)交流QQ群281945664

Powered by 單片機(jī)教程網(wǎng)

快速回復(fù) 返回頂部 返回列表