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

論壇索引


Board index » All Posts (duck288)




about BFMP ...
資深會員
資深會員


3Q , for your help.
One more question ????

PG164101 還需要甚麼其他配備嗎?
我選了 AC163020 programmer Adapter.

Do I need order UK164101 Pic Kit 1 Firmware upgrade Kit?


發表於: 2005/5/20 1:23
頂部


Re: about ICPROG105 ???
資深會員
資深會員


3Q !!!!知道了

發表於: 2005/5/19 23:39
頂部


about ICPROG105 ???
資深會員
資深會員


是否可以燒錄 10F2xx ????

那兒可以找到簡單燒錄器呢???
I mean.... just like ICPROG105 for free lar!!

發表於: 2005/5/19 6:37
頂部


about 10F206 ...
資深會員
資深會員


還再研究版主提供的簡單程式 有給它笨笨耶 哈哈
笨笨學生又有問題要問囉
About Delay Loop ...
Delay
clrf Delay_Var1 清除為零 對嗎?
Delay_Loop2
clrf Delay_Var2 清除為零 對嗎?
Delay_Loop1
nop \ 共 2 us 對嗎?
nop /
decfsz Delay_Var2,f f =? 是否放入15 ?
goto Delay_Loop1 所以Loop1=5usX16=80us
decfsz Delay_Var1,f Loop2 =80X16=1280us.
goto Delay_Loop2 So,delay loop =1280us 對嗎?
return


發表於: 2005/5/18 0:05
頂部


舊CD-ROM的剩餘價值...
資深會員
資深會員


原來CD-ROM 裡面有個 3 Phase BLDC Motor
Do you know what ????
可以拿來當 R/C模型飛機的 Motor ….. 好也 !!!

但是需要壹個 3 Phase BLDC Motor controller….

不知??? 那位前輩可以提供壹個簡單程式 及線路???
供老先生我,,,, 模擬….. 仿造 ….COPY ….
哎呀…. 說白些可以直接燒錄來用的啦 !!!

各位有興趣的話可以到下面網站去看看

***** www.gobrushless.com ********

發表於: 2005/5/6 4:44
頂部


原來如此...
資深會員
資深會員


Regarding to PIC 10F2XX

movlw B’11111100’ <-- 後4個bits是控制GPIO0-3,Input or Output用
tris GPIO
???? Question ?????
那前4個bits 有甚麼作用呢 ????

謝謝版主 灌頂加持 雖然任督兩脈還不通
但是感覺功力已經增加了 兩成 謝謝啦
哈哈 happy happy .

發表於: 2005/5/6 4:17
頂部


3 Q ! 版主.....
資深會員
資深會員


But but …又有問題請教 ????

bsf OSCCAL,0
4MHz Internal RC 除以四後由 GP2 輸出 有何作用 ??
GP2不就是被佔用 可以不要這麼個指令嗎????
start
nop
movlw oxFF
movwf temp <-- (為何要在0x08 放入FF)
movlw B'11110011 <-- (不了解)
movwf CMCON0 ; comparator off (了解)
movlw B'11111100 <--(不了解)
tris GPIO

發表於: 2005/5/5 1:17
頂部


關於10F206 簡單程式 有些疑問 ?_?
資深會員
資深會員


VARIABLE DEFINITIONS
temp            EQU         0x08        
;example variable definition
Delay_Var1        EQU        0x09 
Delay_Var2        EQU        0x0a
;**********************************************************************
    
ORG     0x1FF             processor reset vector
Internal RC calibration value is placed at location 0x1FF by Microchip
; as a movlw kwhere the k is a literal value.
    
ORG     0x000             coding begins here  
    movwf   OSCCAL      
update register with factory cal value
            bsf       OSCCAL
,0
start    
    nop                       
example code
    movlw   0xFF              
example code
    movwf   temp              
example code
remaining code goes here
    movlw       
B'11110011 
    movwf       CMCON0
    movlw       B'
11111100 
    tris       GPIO
Null_Loop
    bsf    GPIO
,0
    bsf    GPIO
,1
    call    Delay
    bcf    GPIO
,0
    bcf    GPIO
,1
    call    Delay
    
goto    Null_Loop 
Delay
    clrf    Delay_Var1
Delay_Loop2
    clrf    Delay_Var2
Delay_Loop1
    nop
    nop
    decfsz    Delay_Var2
,F
    
goto    Delay_Loop1
    decfsz    Delay_Var1
,F
    
goto    Delay_Loop2
    
return
    
END                       directive 'end of Program'


*********** Question ????? ***********

movwf OSCCAL bsf OSCCAL,0
(1)是否一開始都要如此設定 也適用於12c508,and 16f84嗎?
(2)start 後面的 nop 是有何作用呢 ?
movwf CMCON0
(3)這又在做甚麼??
(4)Delay 多少時間呢 ?

發表於: 2005/5/4 2:46
頂部


3 Q ! guys..
資深會員
資深會員


去年回國時也買了一些書 也download 講義 mplab, Ic-prog 1.05….
可能老先生我年事已高 IQ又低些 就是不知從何下手
每每看到第三頁就睡著了 如果能現場觀摩 外加筆記 可能比較有”笑”
現在好像就差那臨門 …. 被踹一腳 就連滾帶爬摸到邊啦 哈哈
希望年底microchip 還有課程可以參加 回國拜師囉
對啦 ! 在阿斗仔網站 www.datadog.com 看到有賣 教學 cd
The PIC10F200 Tutorial ,Volume 1 好像不錯
我會先去買一張來看看 如果有”笑” 再分享給需要者
謝謝版主 及各位先進
By the way, 不知我需要買些啥硬體設備呀

發表於: 2005/5/3 1:54
頂部


完全不懂MCU...
資深會員
資深會員


很想進入PIC領域 也很想參加研討會
但是我住LA 所以不知如何下手
看到pic 10F 系列上市 更加心動
找遍網路就是看不到 10F 系列 DEMO程式
如簡單LED Flasher, Timer, PWM...
所以到此來求救 尋找第二春 哈哈
老先生我 在此一鞠躬 先謝謝個位MCU前輩囉

發表於: 2005/4/30 5:46
頂部



« 1 ... 29 30 31 (32)



:::

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

教育訓練中心

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