• slider image 442
  • slider image 477
  • slider image 479
  • slider image 480
  • slider image 481
  • slider image 482
:::


Browsing this Thread:   1 Anonymous Users




(1) 2 »


Re: ICD2連線dsPIC30F2010的問題
#18
版主
版主


查看用戶資訊
IC 壞了, ICD2 掛了,兩著都有可能,找代理商的 FAE 測
看看是否有壞以便送修。

發表於: 2005/11/23 11:13
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#17
新會員
新會員


查看用戶資訊
我試過有電阻r23,r36及沒有的ICD2,可是都還是下列的訊息
Programming Target...
ICDWarn0052: MPLAB ICD 2 cannot validate a target device. Please make sure that the target device is connected and properly powered. Select "OK" to continue, or "CANCEL" to abort the operation
...Validating configuration fields
ICDWarn00051: Illegal configuration memory value 0x0 at address 0xf80008 (field RES2). Would you like ICD2 to set this field to the default value? Ignoring this warning may corrupt the device.
...Erasing Part
...Programming Programming Executive
...Verifying Programming Executive
ICD0161: Verify failed (MemType = Test, Address = 0x800000, Expected Val = 0x40080, Val Read = 0x0)
ICD0275: Programming failed.
MPLAB ICD 2 Ready
可能是什麼雲因呢

發表於: 2005/11/21 17:30
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#16
版主
版主


查看用戶資訊
ICD2 正常連線時就會顯示出 dsPIC30F2010 的 ID 及Reversion

發表於: 2005/10/24 18:23
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#15
新會員
新會員


查看用戶資訊
那该怎么样確定可以抓到30F2010的ID呢 谢谢

發表於: 2005/10/19 11:47
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#14
版主
版主


查看用戶資訊
以前的一個問題供參考:

-----------------------------------------------------------------------

忘了問,是否有使用到 QEI ???

在ICD2 Debug Mode 暫存器 "ADPCFG" 會被設定為 0xFFFF,PORTB 及 QEI 功能可以呈現出來。
但在 Stand Alone Mode 下,Power-On Reset 會將暫存器 "ADPCFG" 清除為0x0000,結果會將導致QEI無法在類比模式的輸入PIN工作。

解決方式是將PORTB設為數位模式,方式如下:
ADPCFGbits = 0x00nn; (where nn is the value for configuring the PORTB pins to digital)


發表於: 2004/12/15 17:22
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#13
版主
版主


查看用戶資訊
dsPIC在-x80006 & 8 的位址是沒有用到的,0x8000A 是Code Protected 設定。
請先將dsPIC20F2010先erase後在檢查IC是否為BLANK的,如果都無法清乾淨那就換一個試試看吧!

按上面的顯示應該是可以進入Debug模式的,要是真的還是有問題找高雄的FAE送修。

發表於: 2004/12/13 17:23
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#12
新會員
新會員


查看用戶資訊

剛剛打電話問0800-717-718
MicroChip是建議我將那兩個電阻短路
可是
接下來出現的問題是
Verifying configuration memory...
ICDWarn0050: Config memory at 0xF80006 does not match programmed value. Value programed = 0x0, Value read = 0x310F
ICDWarn0050: Config memory at 0xF80008 does not match programmed value. Value programed = 0x0, Value read = 0x330F
ICDWarn0050: Config memory at 0xF8000A does not match programmed value. Value programed = 0x3, Value read = 0x7
Connecting to debug executive
...Programming succeeded
MPLAB ICD 2 Ready

這是否意味著設定上還是有問題呢?

發表於: 2004/12/13 14:58
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#11
新會員
新會員


查看用戶資訊
參照:

Ryang 寫道:
經你這麼一提醒,我把我手上的 ICD2 通通拆開來看。
只有最新版的 Revision 7 (第七版) 才有 R23,R36 兩個串聯電阻,其它的舊版本沒有這兩個電阻就不用修改。

也就是說,如果你的 ICD2 可以正常連接dsPIC30F2010的話就不用修改,如無法正確連線時再拆開來看看。

謝謝


板主:
那如果說我的ICD2版本為第七版,且有下列訊息:
A.(選擇ICD2作為Debug device)
Resetting Target
MPLAB ICD 2 Ready
Programming Target...
...Erasing Part
...Programming Programming Executive
...Verifying Programming Executive
ICD0161: Verify failed (MemType = Test, Address = 0x800000, Expected Val = 0x40080, Val Read = 0x0)

ICD0275: Programming failed.
MPLAB ICD 2 Ready

ICDWarn0015: Program memory has changed since last program operation? Continue with Debug operation?

Running Target

B.(programer device則選為ICD2)
Programming Target...
...Erasing Part
...Programming Programming Executive
...Verifying Programming Executive
...Programming Program Memory (0x0 - 0x1FF)
Verifying...
...Program Memory
...Verify Succeeded
...Programming Configuration Bits
.. Config Memory
Verifying configuration memory...
ICDWarn0050: Config memory at 0xF80006 does not match programmed value. Value programed = 0x0, Value read = 0x310F
ICDWarn0050: Config memory at 0xF80008 does not match programmed value. Value programed = 0x0, Value read = 0x330F
ICDWarn0050: Config memory at 0xF8000A does not match programmed value. Value programed = 0x3, Value read = 0x7
...Programming succeeded
MPLAB ICD 2 Ready

是否代表著需要將這兩顆電組短路呢?
這問題已經卡了一個月了...
希望版主能幫忙一下

發表於: 2004/12/13 13:53
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#10
新會員
新會員


查看用戶資訊
..回來找了一下問題..原來是我忘記將dspic的左右電源互相連接...所以無法燒路成功...目前燒錄的問題已OK囉...謝謝.

發表於: 2004/7/30 12:16
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: ICD2連線dsPIC30F2010的問題
#9
新會員
新會員


查看用戶資訊
thanks!!

發表於: 2004/7/16 11:24
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... ]

教育訓練中心

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