• slider image 514
  • slider image 516
  • slider image 517
  • slider image 518
  • slider image 519
:::


Browsing this Thread:   1 Anonymous Users






Re: 關於 昨日 高雄 (07/10) seminar 的 tool 問題
#5
高級會員
高級會員


查看用戶資訊
將R3電阻加大一點就可以了

我是串聯3K電阻就OK

2K應該也可以

多試一下

發表於: 2007/8/20 16:26
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 關於 昨日 高雄 (07/10) seminar 的 tool 問題
#4
管理員
管理員


查看用戶資訊
你好,

動作真快 , 讓我們真是汗顏啊 !

APP001 與 ICD2 LE 的問題在於 U2 ( MCP130-450DI/TO ) 的關係 , 先將 U2 取下 , 我們會研究看看有何更佳的解決之道.

至於你提到的幾個問題點 , 我們會反應並改進. 最後 , 謝謝你 POST 上來的資料 :)

Best Regards,

發表於: 2007/7/16 14:55
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 關於 昨日 高雄 (07/10) seminar 的 tool 問題
#3
版主
版主


查看用戶資訊
本週忙於 Seminar 活動,有關APP001與ICD2 LE 的聯接問題已通知 CAE 作測試,會把結果 Post 上來。

發表於: 2007/7/14 10:01
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


Re: 關於 昨日 高雄 (07/10) seminar 的 tool 問題
#2
資深會員
資深會員


查看用戶資訊
沒人理我,我自己來

一、ICD2 LE 不能和 APP001 DEMO BOARD 合用,

和 IC 無關,我試過 16F877A 16F887 18F4550 18F452

放到 APP001 上都抓不到。

同樣的 IC 放到 APP013 上則都能抓得到,所以是 APP001 板子的問題。

二、官方的 DEMO CODE BUG 一堆

我已經將我改過的 POST 出來了,有興趣的自己去看。

三、CONFIG 的設定方式,我已經找到,寫在DEMO CODE 裏面了

四、一定要用 最新的 MPLAB V7.61A 以上的版本,舊版本有一大堆莫明奇妙的問題。

五、官方能否快點找出 APP001 和 ICD2 LE 是那裏不合?

發表於: 2007/7/13 17:45
Twitter Facebook Google Plus Linkedin Del.icio.us Digg Reddit Mr. Wong 頂部


關於 昨日 高雄 (07/10) seminar 的 tool 問題
#1
資深會員
資深會員


查看用戶資訊
關於 昨日 高雄 (07/10) seminar 的 tool 問題


一、MPLAB ICD2 LE 無法和 APP001 連線?

我試了三張 DEMOBOARD

APP001/ PIC16F877A

APP013/ PIC18F4550

16BIT 28PIN STARTER DEVELOPMENT BOARD / PIC24FJ64GA002

其中有兩張能夠正常連線,維有 APP001 / PIC16F877A 這張無法連線。

我試過一般的 ICD2 ,功能正常,但是用 ICD2 LE ,則會出現下列錯誤訊息


Auto-connect not enabled - Not connecting (Try enabling auto-connect on the ICD2 settings pages.)
Connecting to MPLAB ICD 2
...Connected
ICDWarn0030: MPLAB ICD2 is about to download a new operating system. If MPLAB IDE is just starting, it will appear to "hang" at the splash screen. Please be patient. MPLAB IDE will finish it's intialization after the OS is downloaded. (Note: You may wish to select to ignore this warning in the future.)
Downloading Operating System
Connecting to MPLAB ICD 2
...Connected
Setting Vdd source to target
ICDWarn0020: Invalid target device id (expected=0x71, read=0x0)
...Reading ICD Product ID
Running ICD Self Test
...Passed
...Download Operating System Succeeded
Setting Vdd source to target
ICDWarn0020: Invalid target device id (expected=0x71, read=0x0)
...Reading ICD Product ID
Running ICD Self Test
...Passed
MPLAB ICD 2 Ready


ICD2 LE 不認得 PIC16F877A



二、16BIT 28PIN STARTER DEVELOPMENT BOARD 的DEMO 功能是什麼?

我將拿到的 DEMOBOARD 接上 USB ,PC 會多出一個 COM3 ,這應該表示 18F2450 工作正常?

(我練習過 APP013 的範例,所以電腦能夠認得 16BIT DEMOBOARD 上的 USB TO US232 )

但是開啟 超級終端機 設定 COM3 9600 8 N 1 ,在 Hypertermal 上KEY IN ,DEMOBOARD 並不會有反應

(通電 DEMOBARD 的四個 LED會以 周期 542ms 的方波 on/off,demobard 上應該有程式,但是似乎不是 demo 的程式?)

我也發現 sw1 的輸入值『恆為 low』,原本以為是電阻電容壞了,最後我將 PIC24FJ64GA002 拆下,

量測就正常了(這表示 這表示我這張板子的 SW1 /RB5 被設成 輸出 LOW 而非輸入PIN )




三、所以我將 CD 中的 \Code Examples\dsPIC24F\Demo COPY 到硬碟,

下載 C30 V3 STUDENT EDTION ,重新 COMPILER 範例程式,用 IDC2 LE DEBUG

程式能夠 DOWNLOAD 進去,LED 會閃(周期和一開始一樣是 542ms) ,SW1也正常了,

但是 UARD /HYPERTERMAL 這部份依舊沒有反應。

我試著 暫停程式(Halt) 然後

Halting Target
ICDWarn0054: MPLAB IDE has lost communications with the MPLAB ICD 2. Would you like to attempt to reconnect?
ICD0286: Unable to communicate with ICD
ICD0286: Unable to communicate with ICD
...Halt Failed

MPLAB ICD 2 Ready

MPLAB 整個當掉,屢試不爽




四、最後,我試著直接 PROGRAM ,但是怎麼燒,板子就是不會動,我猜應該是 CONFIGURATION 設定的問題,

請問設定值應該設多少?最好能直接告訴我怎麼將 CONFIG 加入 SOURCE CODE?要加入什麼?


總結:APP001 和 ICD2 LE 不合。16BIT DEMOBOARD 不會動。

就這樣~~


更新訊息:
我拿我們量產的產品來試, ICD2 LE 能夠抓到得 PIC16F73和 PIC16F946

但是 PIC16F877A 依難舊抓不到,不單單是 APP001 的問題

發表於: 2007/7/11 11:51
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... ]

教育訓練中心

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