• slider image 442
  • slider image 483
  • slider image 484
  • slider image 485
  • slider image 486
  • slider image 487
:::


Browsing this Thread:   1 Anonymous Users






Re: 不知為何ICD2會停止!!!
#3
版主
版主


查看用戶資訊
有遇過中斷點無法設定的問題,關閉 MPLAB 後重開 MPALB & Project 就好了。

至於 ICD2 會停下來,是否有隱性的中斷點存在,宣 Remove All Break Point 看看,要不然用軟體模擬方式除錯一下 EEPROM。還有使用 ICD2 對 EEPROM寫入後須將 EEPROM 視窗 Refresh 一下或利用Read device方式更新 EEPROM 視窗。

發表於: 2008/9/3 16:00
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 不知為何ICD2會停止!!!
#2
資深會員
資深會員


查看用戶資訊
大家好:

void main(void)
{
init(); //裡面有GIE=1,PEIE=1;
wr_ee(3,0);
...
}

void wr_ee(uns8 data,uns8 addr)
{
EEADR = addr;
EEDATA = data;
EECON1bits.EEPGD = 0;
EECON1bits.CFGS = 0;
EECON1bits.WREN = 1;
INTCONbits.GIE = 0;
EECON2 = 0x55; //因GIE=0後ICD2會停止在這裡!
EECON2 = 0xAA;
EECON1bits.WR = 1;
INTCONbits.GIE = 1;
EECON1bits.WREN = 0;
while(EECON1bits.WR);
}

正常來講ICD2會一直RUN才對,
為何會停止!搞不懂?煩請幫忙解說.
Thanks.

發表於: 2008/9/3 13:49
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


不知為何ICD2會停止!!!
#1
資深會員
資深會員


查看用戶資訊
大家好:
我使用環境為MPLAB V8.10及C18,
IC為P18F4423(8KX16b),tool為ICD2,
程式容量為0x15BF(下載燒錄時顯示),

因為程式一邊修整(有設一斷點);
一邊下載執行(RUN),可是有時候會停止在程式某處而不執行,
也不知為何會如此,不知各位先進是否有遇過相同經驗?
不知該如何處置較好!

煩請幫忙解說釋疑.
Thanks.

發表於: 2008/9/2 11:14
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部







You can view topic.
不可以 發起新主題
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[進階搜尋]


:::

Microchip連結

https://www.facebook.com/microchiptechnologytaiwan/
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=13
https://mu.microchip.com/page/tmu
http://elearning.microchip.com.tw/modules/tad_link/index.php?cate_sn=1
https://page.microchip.com/APAC-PrefCenters-TW.html
http://www.microchip.com/
http://www.microchip.com/treelink
http://www.microchipdirect.com/
http://www.microchip.com.cn/newcommunity/index.php?m=Video&a=index&id=103
http://www.microchip.com.tw/modules/tad_uploader/index.php?of_cat_sn=2
http://www.microchip.com.tw/Data_CD/eLearning/index.html
http://www.microchip.com.tw/RTC/RTC_DVD/
https://www.microchip.com/development-tools/
https://www.youtube.com/user/MicrochipTechnology
[ more... ]

教育訓練中心

!開發工具購買
辦法說明 [業界客戶] [教育單位]
----------------------------------
!校園樣品申請
辦法說明 [教師資格] [學生資格]
----------------------------------