Re: 買了貴公司 APP001 Ver.2 實驗版 , 卻無法work
|
||||
---|---|---|---|---|
初級會員
|
右邊...教材與講義-->WORKSHOP教材-->HI-TECH C 講義及實作 , 有您要的東東...耐心的讀一下講義,您會發現,其實APP001沒那麼難操作啦...呵呵...
發表於: 2006/1/13 12:12
|
|||
|
Re: User ID MEMORY 是幹嘛的?
|
||||
---|---|---|---|---|
初級會員
|
感謝分享, 沒想到 ID MEMORY 也可以用程式碼去定義...呵呵!
發表於: 2006/1/9 16:19
|
|||
|
Re: User ID MEMORY 是幹嘛的?
|
||||
---|---|---|---|---|
初級會員
|
USER ID 是給USER'S 自由使用,沒有其他功能...不影響程式運作,一般R&D是用在程式版本的MARKING, 給IQC或其他內部單位需判斷IC是否需要分門別類時或有關混料機制時定義用,有人填REV., TRACKING-DATE,也有人填製令工單號碼或客制號碼...等等. 自己斟昨使用,但無法用程式碼定義它喔,一定要在燒錄器做MASTER時製作,方便於量產時COPY用 !!
發表於: 2006/1/9 11:40
|
|||
|
Re: Regarding 12C508...
|
||||
---|---|---|---|---|
初級會員
|
可以...
用 export方式save成另一檔案 xxxxxx.hex, 然後回來選12C508A 的 item ,用 import 把剛剛的檔案load進來, 設好config bit, 燒進去就可以了...(用MPLAB + PICSTART就可以啦, 記得PICSTART要上系統喔!! MPLAB會Detect 有無燒錄器...) if... 有問題的話...請更改source code的定義, 可以將以下兩行改一下,重新compiler一次, 就可以了...那就不需如上的手續囉!! LIST P=12F508 #include <p12F508.inc> 改成: LIST P=12C508 #include <P12C508A.inc>
發表於: 2005/12/15 10:34
|
|||
|
Re: 關於16F630 configuration word 的 bandgap 設定
|
||||
---|---|---|---|---|
初級會員
|
您的問題很深喔!! 試著回答您,但我也沒把握是否已針對到Microchip 原廠的意義...
Silicon has three major advantages over GaAs. First, silicon is cheap. This is for several reasons: silicon's large wafer size (maximum of ~300 mm compared to ~150 mm diameter), higher strength allowing for easier processing, and of course the scale of the economy. The second major advantage is the existence of silicon dioxide — one of the best known insulators of any kind. Silicon dioxide can easily be incorporated into silicon circuits wherever a good insulator is required. GaAs circuits must either use the intrinsic semiconductor itself or silicon nitride; neither comes close to the extremely good properties of silicon dioxide. The third, and perhaps most important, advantage is that silicon posesses a much higher hole mobility. This allows the fabrication of higher-speed P-channel field effect transistors, which are required for CMOS logic. A lack of a fast CMOS structure means that GaAs logic circuits have much higher power consumption, which has made them unable to compete with silicon logic circuits. 以上截錄自底下網址: http://en.wikipedia.org/wiki/Gallium_arsenide Datasheet: page 54, 註1, 有說到一些,它在出廠時已校正好了,當你做erase前要將它讀出並保存,(Microchip研發工具將會保存出廠校正值) 但沒說用啥方式去讀取與保存...不過,如果用的是Microchip的工具,那就不必管它了吧!! 呵呵...
發表於: 2005/12/2 12:28
|
|||
|
Re: 請問一下....新手請多包涵...
|
||||
---|---|---|---|---|
初級會員
|
1. 檔案可能有損壞,先將你的 source file 或整個pic目錄 copy 到其他地方備檔,再用以下方式去試看看.
2. 可能是用舊的 mplab 建立的 project, 查一下是用那個版本建的, 用那個版本去開啟. 3. 再不然, 從新建立一個project吧!! 把 source file 以外的刪除,用project 精靈再建立一次. 4. 可以去下載新版的 mplab, 將舊版先移除,再重新安裝,重新開啟project. 5. 適當的懷疑,是否你的 WINDOWS 2K,XP or HDD, RAM...等等問題, copy 你的project(整個目錄)到別的乾淨電腦,試試看... 以上,如還不能解決,再上來一下,並儘可能將您的mplab版本啦...windows的環境啊...硬體配備以及您那個project是多久以前建立的...等等,也好方便幫您判斷. 呵呵
發表於: 2005/11/21 23:26
|
|||
|
Re: 新手一問!
|
||||
---|---|---|---|---|
初級會員
|
宣告成
A EQU 0x05 #DEFINE LCD_RS A,1 這樣就行了,往後 A 就變成 PORTA 了, 那 LCD_RS 就變成 PORTA 的第一 Bit了,...注意:不是第 0 Bit 喔... ( 提示: 以PIC16F87X 為例 0x05 這位址是 PORTA )
發表於: 2005/11/19 1:05
|
|||
|
Re: 馬達的控制
|
||||
---|---|---|---|---|
初級會員
|
1. 地迴處理
2. 鐵罩屏蔽隔離 3. 旁路電容濾雜訊處理 4. 反交連拍型濾波器加chock濾除vdd雜訊 5. 加裝DC to DC 電源,給低壓易受干擾電路用 6. 浮接地及光偶合器隔離 7. AC電源,加裝AC-Filter 8. 38k 解調回路是否正常 有時可能要用如上方案混合使用,有時只要用一種即可克服... 但...以上如果還無法克服...那可能不是一般干擾問題,請查清楚干擾源,及程式是否還有問題,再來討論囉!! 呵呵...
發表於: 2005/11/17 14:38
|
|||
|
Re: 不能進入DEBUG 模式
|
||||
---|---|---|---|---|
初級會員
|
嗯嗯...我衷心與誠懇的建議您一定要報名 W100 的課程,因為可以快速讓您進化,而且課堂上的講師可以問題釋疑,縮短自己摸索時程喔...(趕快點右方教育訓練)
發表於: 2005/11/11 23:41
|
|||
|