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

論壇索引


Board index » All Posts (goodwin)




MPLAB中使用C30如何產生LST檔呢.
初級會員
初級會員



發表於: 2010/5/3 17:58
頂部


是不是可以拿到Explorer 16 PIM的GERBER
#12
初級會員
初級會員


是不是可以拿到PIM的GERBER可以自己來做不一樣的PIM module呢.

發表於: 2008/6/6 22:09
頂部


那裡可以買到pic12f683 dip 14pin的包裝呀
#13
初級會員
初級會員


我的developement board 上的pic12f683有點問題, 不知道那裡可以買到14pin的pic12f683. 

thanks

發表於: 2007/4/4 15:20
頂部


Re: 尋找一顆最少pin腳的PIC18系列
#14
初級會員
初級會員


為什麼要pic18的, 其實pic12f675已經可以了呀

發表於: 2006/11/13 18:35
頂部


CCS problem
#15
初級會員
初級會員


我用ccs 4.0.12 在ccs中compile 一個很簡單的c-code. 設定io-port.

set_tris_a(0x38) 在.lst中可以發現被轉成
0037: MOVLW 38
0038: MOVWF 05

真的很怪,
有沒有人可以教一下如何把c-code轉成asm code. 再看一次由asm 去port可能會比較安全一點.

發表於: 2006/10/24 19:06
頂部


Re: 單 on 雙 off 的開關問題~~(按一下 on 再按一下就 off)
#16
初級會員
初級會員


1. GET Key with debounce 
;=====================================================================================
;
; Function     : 
GetPowerKey 
;             : To get the power with debounce function is the power key is pressed 
;              not long enough then return the carry bit
;               And 
can set the key noise level to avoid the noise happens at 
;              key pressed interval.
;
Algorithm Step 1: if the GPIO at this moment retutn STATUS.C clear
;              Step 2Setting the value for counting the loop for key pressed.
;              
Step 3Delay every 560uS to check one time for key pressed
;                      
check about keycountloop time 
;              Step 4Every time (under Keycountloop) if read a power key pressed 
;                      increase keyreceiveno
;              Step 5check the keyreceiveno is over key_level or not
;                      if 
yesthat means the power key is really be pressed
;                      if 
no, return the clear STATUS.C by Sub function. 
;
;=====================================================================================
GetPowerKey
    bcf        STATUS
,    C                Step 1. 
    btfss    GPIO
Powerkey            ;
    
retlw    zero                    ;

    
clrf    keyreceiveno            Step 2.
    movlw    keycountloop            
;
    
movwf    keyloop                    ;

Debounce        
    movlw    delay560us                
Step 3 Step 4
    call    DelaywithW                

    
btfsc    GPIOPowerkey            ;
    
incf    keyreceivenoF            ;
    
decfsz    keyloopF                ;
    goto    
Debounce                ;

    
movlw    key_level                Step 5. 
    subwf    keyreceiveno
F            ;
    
movlw    0x1                        ;
    
btfsc    STATUS,    C                ;
    
xorwf    MPV800_statusF        ;
    
retlw    zero                    ; return the status carry bit back directly


2. Main function

start
    movlw    PowerOnSetting            
Step 2 check the initial status --> power on or Power
    andlw    PowerOnSetting            
off.
    
btfsc    STATUS,     Z            
    goto     
Power_off_stage_setting    ;
Power_on_stage_setting                
    bsf        Power_status
,     powerkeyon    ;
    goto    
Power_on_stage            ;
Power_off_stage_setting    
    bcf        Power_status
,    powerkeyon    ;
    goto     
Power_off_stage            ;

發表於: 2006/10/20 23:30
頂部


ICD2 problem
#17
初級會員
初級會員


Dear 大大

When I connects my ICD2 to USB and connects to my PICDEM2 plus. Show the following message

Connecting to MPLAB ICD 2
ICD0019: Communications: Failed to open port: (Windows::GetLastError() = 0x2, '系統找不到指定的檔案。
')
ICD0021: Unable to connect with MPLAB ICD 2
MPLAB ICD 2 Ready

Who can help me?

Best Regards

Goodwin

發表於: 2006/10/11 16:28
頂部


12F683 設定intosc的mode
#18
初級會員
初級會員


各位大大
如何設定pic12f683為intosc 8MHZ的操作頻率. 有沒有參考範例呀.

發表於: 2006/9/26 16:57
頂部


人體感測裝置
#19
初級會員
初級會員


有沒有人知道那一家有人體感測裝置的sensor. 人接近了可以送出信號做一些處理的.

發表於: 2005/3/9 18:45
頂部



« 1 (2) 3 »



:::

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... ]

教育訓練中心

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