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


Browsing this Thread:   1 Anonymous Users




(1) 2 »


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#12
版主
版主


查看用戶資訊
一般而言,PIC 都有內建 Power-On Reset 電路在裡面,所以一般情形下就直接使用內部的 POR 電路。如果 PIC有內建 BOR 的話,一般也建議開啟BOR 可減少因開機過快所引起的當機。如果是使用 ICD or PICKit 做除錯的話,因為 PIC 的 MCLR 腳直接受控於 ICD 所以除錯時可以不用外接的 Reset 電路。

發表於: 2010/2/22 11:34
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#11
初級會員
初級會員


查看用戶資訊
請問使用 Pickit 3 的 Demo board 是否需要重置電路

發表於: 2010/2/22 9:58
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#10
版主
版主


查看用戶資訊
當然我是知道你是使用 MPLAB IDE 的。PICKIT3 也只能在 MPLAB IDE 下工作的。
最有可能的問題是 : 你的 Target Board 沒有震盪,或者沒有供電。

發表於: 2010/2/8 16:51
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#9
資深會員
資深會員


查看用戶資訊
參照:

foxjan 寫道:


MPLAB IDE

configuration bit :
請找configure中的configuration bit
看設定是否偶你程式中的相同

device:
請找configure中的select device
看device 是不是你要用的

對一下 CODE裡面的設定

一目了然


那照我PO的做一遍 不行的話

把RYANG大大的說明 看一遍吧


........惜字如金者 今如窒息呀

發表於: 2010/2/8 16:50
My name is jan,Jan是棒的
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#8
初級會員
初級會員


查看用戶資訊
使用 MPLAB

發表於: 2010/2/8 16:21
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#7
版主
版主


查看用戶資訊
參照:

dafeng0908 寫道:
目前用 PICKIT 加 AC162054作PIC16F716模擬
目標板只有外加 5 v、Reset、12Mcrystal
設定
OSC HS
Watchdog off
Power up on
prown out detect on ( 什麼用途 )
brown out voltage 4.00v
Code protect off

編譯完成後,選擇連接pickit3及燒錄出現

PICkit 3 detected
Connecting to PICkit 3...
Firmware Suite Version...... 01.23.22
Firmware type......................Midrange
PICkit 3 Connected.
Target Detected
Device ID Revision = 00000003

Programming...
Programming/Verify complete


但選擇執行後,出現

Resetting...
PK3Err0040: The target device is not ready for debugging.
Please check your configuration bit settings and program
the device before proceeding.


MPLAB IDE 的 PICKIT3 針對 "PK3Err0040" 的錯誤訊息有列出 10 種可能的錯誤:
Top 10 Reasons Why You Can't Debug :
1. The oscillator is not working. Check your Configuration bits setting for the oscillator.
2. The target board is not powered. Check the power cable connection.
3. The debugger has become physically disconnected from the PC and/or the target board. Check the communications cables' 
connections.
4. The device is code-protected. Check your Configuration bit's setting for code protection.
5. You are trying to rebuild the project while in Release mode. Select Debug in the Build Configuration drop-down list on the project toolbar, then rebuild the project.
6. The debugger is selected as a programmer, and not as a debugger, in MPLAB IDE.
7. The debugger to PC communications has been interrupted. Reconnect to the debugger in MPLAB IDE.
8. The target application has become corrupted or contains errors.Try rebuilding and reprogramming the target application. Then initiate a Power-on Reset of the target.
9. Other configuration settings are interfering with debugging. Any configuration setting that would prevent the target from executing code will also prevent
 the debugger from putting the code into debug mode.
10. The debugger cannot always perform the action requested. For example, the debugger cannot set a breakpoint if the target application is currently running.

發表於: 2010/2/8 13:36
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#6
資深會員
資深會員


查看用戶資訊
你的開發工具(development tool)是什麼?

問你用什麼軟體,你一直回答 你用什麼硬體

到底是我不會說明 還是.....

發表於: 2010/2/8 11:31
My name is jan,Jan是棒的
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#5
初級會員
初級會員


查看用戶資訊
我使用 Pickit 3 + PIC16F176 的轉接板

板子上接上
VDD : 5V
Crystal : 12Mhz
RESET : RC 方式

但無法開始模擬

發表於: 2010/2/8 8:41
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#4
資深會員
資深會員


查看用戶資訊
參照:

dafeng0908 寫道:
是否有具體的參考資料


你用MPLAB IDE 沒錯吧

configuration bit :
請找configure中的configuration bit

device:
請找configure中的select device


對一下 CODE裡面的設定

一目了然

發表於: 2010/2/3 11:21
My name is jan,Jan是棒的
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: [詢問] PICKIT 使用 AC162054作PIC16F716模擬
#3
初級會員
初級會員


查看用戶資訊
是否有具體的參考資料

發表於: 2010/2/3 10:54
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... ]

教育訓練中心

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